From 01647fd481674594d571ce0db1586420de01065d Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 1 Aug 2006 11:56:12 +0000 Subject: [PATCH] Fix init script install permission git-svn-id: svn://svn.openwrt.org/openwrt/packages@4363 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index edf2114cf..47c5a6bd2 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -65,7 +65,7 @@ define Package/collectd/install install -d -m0755 $(1)/usr/lib/collectd install -d -m0755 $(1)/var/lib/collectd install -d -m0755 $(1)/var/run - $(CP) ./files/S80collectd $(1)/etc/init.d/ + install -m0755 ./files/S80collectd $(1)/etc/init.d/ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/collectd $(1)/usr/sbin/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/collectd/*.so $(1)/usr/lib/collectd/ endef -- 2.11.0