aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-03-04 21:45:59 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-03-04 21:45:59 +0000
commit08b70d5498bd157a521338a71978052baa5c8bf7 (patch)
tree5d6df27d04598ab4b25ea76244526481a0289d68 /Makefile
parentAdded config-file for cd&dvd devices used by some plugins (diff)
downloadgentoo-vdr-scripts-08b70d5498bd157a521338a71978052baa5c8bf7.tar.gz
gentoo-vdr-scripts-08b70d5498bd157a521338a71978052baa5c8bf7.tar.bz2
gentoo-vdr-scripts-08b70d5498bd157a521338a71978052baa5c8bf7.zip
added example for translated commands-file
svn path=/gentoo-vdr-scripts/trunk/; revision=180
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf417af..6f1e9a7 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ install:
chown vdr:vdr -R $(DESTDIR)/var/vdr
mkdir -p $(DESTDIR)/etc/vdr/commands
- install -m 0644 -o vdr -g vdr etc/vdr/commands/commands.*.conf $(DESTDIR)/etc/vdr/commands
+ install -m 0644 -o vdr -g vdr etc/vdr/commands/commands.*.conf* $(DESTDIR)/etc/vdr/commands
mkdir -p $(DESTDIR)/etc/vdr/reccmds
install -m 0644 -o vdr -g vdr etc/vdr/reccmds/reccmds.*.conf $(DESTDIR)/etc/vdr/reccmds
chown vdr:vdr -R $(DESTDIR)/etc/vdr