nfs: Add backup include file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-11-28 19:07:10 +00:00
parent 77729e5be8
commit 3eea5c6f3a
3 changed files with 8 additions and 1 deletions

View File

@@ -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)