aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Makefile6
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a314903..a2b483e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gentoo-vdr-scripts
# $Id$
+ 16 Jun 2006; Matthias Schwarzott <zzam@gentoo.org> Makefile:
+ changed makefile to only one install-target
+
13 Jun 2006; Matthias Schwarzott <zzam@gentoo.org>
etc/conf.d/vdr.shutdown:
Corrected typo in description of BLOCK_SHUTDOWN_INTERVALS, reported by
diff --git a/Makefile b/Makefile
index e6cf79f..40fc7bc 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,10 @@ install:
install -m 0644 -o root -g root usr/lib/vdr/shutdown/{shutdown,pre,periodic}*.sh $(DESTDIR)/usr/lib/vdr/shutdown/
install -m 0644 -o root -g root usr/lib/vdr/shutdown/wakeup-acpi.sh $(DESTDIR)/usr/lib/vdr/shutdown/
+ifdef NVRAM
+ install -m 0644 -o root -g root usr/lib/vdr/shutdown/wakeup-nvram.sh $(DESTDIR)/usr/lib/vdr/shutdown/
+endif
+
mkdir -p $(DESTDIR)/usr/lib/vdr/inc
install -m 0644 -o root -g root usr/lib/vdr/inc/*.sh $(DESTDIR)/usr/lib/vdr/inc/
@@ -54,8 +58,6 @@ install:
install -m 0644 -o vdr -g vdr etc/vdr/reccmds/reccmds.*.conf $(DESTDIR)/etc/vdr/reccmds
chown vdr:vdr -R $(DESTDIR)/etc/vdr
-install-nvram:
- install -m 0644 -o root -g root usr/lib/vdr/shutdown/wakeup-nvram.sh $(DESTDIR)/usr/lib/vdr/shutdown/
snapshot:
svn export . gentoo-vdr-scripts-snapshot