]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/backup
slang: revert parallelized build
[ipfire-2.x.git] / lfs / backup
index 12e958ed17f31eae70d95c15a37f5f5aee124edb..b8b841bcb4ed8ec62eaf24edef07588d10894fac 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -60,4 +60,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m 644 $(DIR_SRC)/config/backup/include /var/ipfire/backup/
        install -v -m 644 $(DIR_SRC)/config/backup/exclude /var/ipfire/backup/
        chown nobody:nobody -R /var/ipfire/backup/
+       -mkdir -p /var/ipfire/backup/addons
+       -mkdir -p /var/ipfire/backup/addons/includes
+       -mkdir -p /var/ipfire/backup/addons/backup
        @$(POSTBUILD)