]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/pakfire/lib/functions.sh
pakfire: use correct tree on x86_64.
[ipfire-2.x.git] / src / pakfire / lib / functions.sh
index 2f6491f28e3b4a7862a775787ae30cca8061bb78..3f7dbff55f286102528ddfc36ed4d325665a3f4e 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2012  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        #
 
 extract_files() {
        echo "Extracting files..."
-       tar xvf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C /
+       tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
+       echo "...Finished."
+}
+
+extract_backup_includes() {
+       echo "Extracting backup includes..."
+       tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C / \
+               var/ipfire/backup/addons/includes
        echo "...Finished."
 }