summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 201c301..ca31422 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -26,7 +26,7 @@ CLEANFILES = ifplugd.init
ifplugd.init: ifplugd.init.in Makefile
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' $< > $@
- chmod 755 $@
+ chmod +x $@
install-data-local: ifplugd.init
$(INSTALL) -b -D -m755 ifplugd.init ${DESTDIR}${sysinitdir}/ifplugd