1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 10:17:07 +00:00
termux-packages/packages/libtsduck/src-libtsduck-config-Makefile.patch
2022-11-21 08:32:30 +00:00

12 lines
473 B
Diff

--- a/src/libtsduck/config/Makefile
+++ b/src/libtsduck/config/Makefile
@@ -66,7 +66,7 @@
$(TABLES_DEST): $(TABLES_SRC) $(TABLES_SUBS) $(BINDIR)/tsxml
@echo ' [GEN] $(notdir $@)'; \
- $(BINDIR)/tsxml --merge $(TABLES_SRC) $(TABLES_SUBS) --sort _tables --sort _descriptors --uncomment -o $@
+ tsxml --merge $(TABLES_SRC) $(TABLES_SUBS) --sort _tables --sort _descriptors --uncomment -o $@
$(NAMES_DEST): $(NAMES_SRC) $(NAMES_SUBS)
@echo ' [GEN] $(notdir $@)'; \