vdr/vdr-plugin-mp3/debian rules

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 03 Jul 2004 12:38:08 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian
In directory haydn:/tmp/cvs-serv20139/vdr/vdr-plugin-mp3/debian

Modified Files:
	rules 
Log Message:
fixed names of mp3sources.conf and mount.sh :)

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian/rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rules	3 Jul 2004 12:25:00 -0000	1.4
+++ rules	3 Jul 2004 12:38:05 -0000	1.5
@@ -54,8 +54,8 @@
 	dh_install
 
 	# install mount.sh and mp3sources.conf
-	cp $(CURDIR)/examples/mp3sources.conf.example $(CURDIR)/debian/$(PACKAGE)/etc/vdr/plugins/
-	cp $(CURDIR)/examples/mount.sh.example $(CURDIR)/debian/$(PACKAGE)/usr/sbin/
+	cp $(CURDIR)/examples/mp3sources.conf.example $(CURDIR)/debian/$(PACKAGE)/etc/vdr/plugins/mp3sources.conf
+	cp $(CURDIR)/examples/mount.sh.example $(CURDIR)/debian/$(PACKAGE)/usr/sbin/mount.sh
 
 
 # Build architecture-independent files here.