]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/backup
firewall-lib.pl: Use get_geoip_locations from geoip-functions.pl
[ipfire-2.x.git] / lfs / backup
index d11e7ea2c2e0b4871b8e8768f59b0f6e2bee4715..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        #
@@ -61,6 +61,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        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/include
+       -mkdir -p /var/ipfire/backup/addons/includes
        -mkdir -p /var/ipfire/backup/addons/backup
        @$(POSTBUILD)