]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/nfs
nfs: Add backup include file
[people/pmueller/ipfire-2.x.git] / lfs / nfs
diff --git a/lfs/nfs b/lfs/nfs
index e401894cb3fd6269bd6b595cb5e2800059d02009..4083073e235120dc2e6c02371795271d44c3b210 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    = 12
+PAK_VER    = 13
 
 DEPS       = "rpcbind"
 
@@ -107,5 +107,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Install configuration
        install -v -m 644 $(DIR_SRC)/config/cfgroot/nfs-server $(CONFIG_ROOT)/nfs/nfs-server
 
+       # Install backup include
+       install -v -m 644 $(DIR_SRC)/config/backup/includes/nfs \
+                /var/ipfire/backup/addons/includes/nfs
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)