Fix exec permission on /etc/init.d/S60nfsd

SVN-Revision: 1612
lede-17.01
Nicolas Thill 2005-08-12 14:32:02 +00:00
parent 6c3d9c2ca8
commit 108b75b30b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ $(IPKG_NFS_SERVER):
install -d -m0755 $(IDIR_NFS_SERVER)/etc
install -m0644 ./files/nfsd.exports $(IDIR_NFS_SERVER)/etc/exports
install -d -m0755 $(IDIR_NFS_SERVER)/etc/init.d
install -m0644 ./files/nfsd.init $(IDIR_NFS_SERVER)/etc/init.d/S60nfsd
install -m0755 ./files/nfsd.init $(IDIR_NFS_SERVER)/etc/init.d/S60nfsd
install -d -m0755 $(IDIR_NFS_SERVER)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/rpc.* $(IDIR_NFS_SERVER)/usr/sbin/
$(RSTRIP) $(IDIR_NFS_SERVER)