From 168a6f86a94138bfcb2fc8fdbcd6f404b0e082ed Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Sep 2005 16:18:20 +0000 Subject: improve the way to make file executable git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@129 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- conf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/Makefile.am') 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 -- cgit