X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fnfs-server%2FMakefile;h=32bad9b82a7b66124da59dd7592ca43dbe3e2d24;hb=c594045a0d73b85737a4753a9bffa79ea790342b;hp=29b6f08ba5d7e0111c303edb4bc6e4971f084415;hpb=b0ea1ce67a85f203d4a8f5eb80e80a295feac5c6;p=openwrt-10.03%2F.git diff --git a/package/nfs-server/Makefile b/package/nfs-server/Makefile index 29b6f08ba..32bad9b82 100644 --- a/package/nfs-server/Makefile +++ b/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)