vdr/vdr/debian rules
Tobias Grimm
pkg-vdr-dvb-changes@lists.alioth.debian.org
Thu, 06 May 2004 21:31:00 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv11314/debian
Modified Files:
rules
Log Message:
fixed install location for custom commands-files
Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/rules,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- rules 6 May 2004 21:17:59 -0000 1.16
+++ rules 6 May 2004 21:30:58 -0000 1.17
@@ -110,8 +110,8 @@
cp debian/order.reccmds.conf $(CURDIR)/debian/vdr/etc/vdr/command-hooks/
# install custom commands files
- cp debian/commands.custom.conf $(CURDIR)/debian/vdr/usr/share/vdr/command-hooks/
- cp debian/reccmds.custom.conf $(CURDIR)/debian/vdr/usr/share/vdr/command-hooks/
+ cp debian/commands.custom.conf $(CURDIR)/debian/vdr/etc/vdr/command-hooks/
+ cp debian/reccmds.custom.conf $(CURDIR)/debian/vdr/etc/vdr/command-hooks/
# install helper files for vdr.init
cp debian/plugin-loader.sh $(CURDIR)/debian/vdr/usr/lib/vdr