aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-05-16 13:36:18 +0200
committerTom Gundersen <teg@jklm.no>2011-05-19 14:17:11 +0200
commit417ab8ce6c830042375da4ded4374a9f30a5387e (patch)
tree2e078e93c74184706e3d65588c8988ec2b5a7b5a
parentc6b3853de29e5bb42adda4a2f62a08d87ea15740 (diff)
downloadinitscripts-417ab8ce6c830042375da4ded4374a9f30a5387e.tar.xz
makefile: do not make functions executable
This was a bug in the original conversion to makefile (installing functions twice, the last time with wrong permissions). Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6923840..4e9f88d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,10 @@ installdirs:
install: minilogd installdirs
install -m644 -t $(DESTDIR)/etc inittab rc.conf
- install -m644 -t $(DESTDIR)/etc/rc.d functions
install -m755 -t $(DESTDIR)/etc rc.local rc.local.shutdown rc.multi rc.shutdown rc.single rc.sysinit
install -m755 -t $(DESTDIR)/etc/cron.hourly adjtime
- install -m755 -t $(DESTDIR)/etc/rc.d functions hwclock network netfs
+ install -m644 -t $(DESTDIR)/etc/rc.d functions
+ install -m755 -t $(DESTDIR)/etc/rc.d hwclock network netfs
install -m755 -t $(DESTDIR)/sbin minilogd rc.d
clean: