Fix init script install permission

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4363 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-08-01 11:56:12 +00:00
parent a56877db2d
commit 01647fd481

View File

@ -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