]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/pakfire/lib/functions.sh
Package extended attributes in distro.img and Core Updates
[people/pmueller/ipfire-2.x.git] / src / pakfire / lib / functions.sh
index 375169760ece68f4481ece3e2032ee987907e60d..5918649db0bde8a63d262b39a233a1ed36ccdf95 100644 (file)
@@ -24,7 +24,8 @@
 
 extract_files() {
        echo "Extracting files..."
-       tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
+       tar --acls --xattrs --xattrs-include='*' \
+               -xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
        echo "...Finished."
 }