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:
parent
a56877db2d
commit
01647fd481
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user