]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/nfs
Update for numerous lfs-files: removed deprecated configure options
[ipfire-2.x.git] / lfs / nfs
diff --git a/lfs/nfs b/lfs/nfs
index 42ac5b586793a88af42c6191e853039dc12c1505..2a8e331b534d98068f87564308033ae4fae77cd2 100644 (file)
--- a/lfs/nfs
+++ b/lfs/nfs
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nfs
-PAK_VER    = 8
+PAK_VER    = 9
 
 DEPS       = "rpcbind"
 
@@ -98,5 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,nfs-server)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)