summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e71bc23..b60ca6b 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ install: all
install -m 755 -d $(sysconfdir)/pm
install -m 755 -d $(sysconfdir)/pm/hooks
install -m 755 -d $(sysconfdir)/pm/config.d
+ install -m 755 -d $(sysconfdir)/pm/power.d
install -m 644 pm.sysconfig $(sysconfdir)/pm/config
for file in pm/functions* ; do \
@@ -60,6 +61,9 @@ install: all
for file in pm/hooks/* ; do \
install -m 755 $$file $(sysconfdir)/pm/hooks ; \
done
+ for file in pm/power.d/* ; do \
+ install -m 755 $$file $(sysconfdir)/pm/power.d ; \
+ done
tag-archive:
@cvs -Q tag -F $(CVSTAG)