X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f39542eb757d8b7612ebacdc6ddbc07b26a9fec1..3005042d932a79abbbc8ac6a76a2c899675b80dd:/openwrt/package/nfs-server/Makefile diff --git a/openwrt/package/nfs-server/Makefile b/openwrt/package/nfs-server/Makefile index 29b6f08ba..32bad9b82 100644 --- a/openwrt/package/nfs-server/Makefile +++ b/openwrt/package/nfs-server/Makefile @@ -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)