Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] [PATCH] channels.conf install target broken



Hi,

channels.conf files are in several subdirectories. The install
target therefore doesn't work anymore

Index: dvb-apps/util/szap/Makefile
===================================================================
--- dvb-apps.orig/util/szap/Makefile
+++ dvb-apps/util/szap/Makefile
@@ -13,7 +13,7 @@
 all: $(OBJS) $(TARGETS)
 	@echo
 	@echo "--------------------------------------------------------------------------------"
-	@echo " please copy an appropriate channels.conf-XXX channel list for DVB-S/C/T"
+	@echo " please copy an appropriate channels-conf/*/XXX channel list for DVB-S/C/T"
 	@echo
 	@echo "   to ~/.szap/channels.conf"
 	@echo "      ~/.czap/channels.conf"
@@ -41,9 +41,6 @@
 	mkdir -p $(DESTDIR)$(bindir)/
 	for i in $(TARGETS) ; do cp $$i $(DESTDIR)$(bindir)/ ; done
 install-data:
-	test "$(datadir)/" != "/"
-	mkdir -p $(DESTDIR)$(datadir)/dvb
-	for i in channels.conf-* ; do cp $$i $(DESTDIR)$(datadir)/dvb ; done
 
 -include $(wildcard *.d) dummy
 

cu
Ludwig

-- 
 (o_   Ludwig Nussel
 //\   SUSE LINUX AG, Development
 V_/_  http://www.suse.de/




Home | Main Index | Thread Index