From 417ab8ce6c830042375da4ded4374a9f30a5387e Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 16 May 2011 13:36:18 +0200 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3