diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-01-13 13:36:44 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-01-13 13:36:44 +0000 |
commit | 339e354bb9e405d9d06c66179cf2739e8a4520d7 (patch) | |
tree | a8a922415ca46ad5fb6337fe5e7f5dce4af09678 /Makefile | |
parent | Added option to control behaviour of none-wakeup-method when timers exist. (diff) | |
download | gentoo-vdr-scripts-339e354bb9e405d9d06c66179cf2739e8a4520d7.tar.gz gentoo-vdr-scripts-339e354bb9e405d9d06c66179cf2739e8a4520d7.tar.bz2 gentoo-vdr-scripts-339e354bb9e405d9d06c66179cf2739e8a4520d7.zip |
Also install none-wakeup.
svn path=/gentoo-vdr-scripts/trunk/; revision=392
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ install: install -m 0755 -o root -g root -d $(DESTDIR)/usr/share/vdr/shutdown install -m 0644 -o root -g root usr/share/vdr/shutdown/{shutdown,pre,periodic}*.sh $(DESTDIR)/usr/share/vdr/shutdown/ - install -m 0644 -o root -g root usr/share/vdr/shutdown/wakeup-acpi.sh $(DESTDIR)/usr/share/vdr/shutdown/ + install -m 0644 -o root -g root usr/share/vdr/shutdown/wakeup-{acpi,none}.sh $(DESTDIR)/usr/share/vdr/shutdown/ ifdef NVRAM install -m 0644 -o root -g root usr/share/vdr/shutdown/wakeup-nvram.sh $(DESTDIR)/usr/share/vdr/shutdown/ |