summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-07 16:18:20 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-07 16:18:20 +0000
commit168a6f86a94138bfcb2fc8fdbcd6f404b0e082ed (patch)
tree1a5b3b6c86fc319d78ca4494cda83df61d1c23c6
parent466ce9f59d5903c230de1fd2e6842cbf7fd5028b (diff)
improve the way to make file executable
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@129 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
-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