Fix exec permission on /etc/init.d/S60nfsd
SVN-Revision: 1612
This commit is contained in:
parent
6c3d9c2ca8
commit
108b75b30b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue