]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fix permission change of existing directories at core updates.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 28 Mar 2010 14:11:48 +0000 (16:11 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 30 Mar 2010 05:53:18 +0000 (07:53 +0200)
src/pakfire/lib/functions.sh

index 8bc09a82170d40732657ff86eb61f7ba5adcbf0e..2f6491f28e3b4a7862a775787ae30cca8061bb78 100644 (file)
@@ -24,7 +24,7 @@
 
 extract_files() {
        echo "Extracting files..."
-       tar xvf /opt/pakfire/tmp/files -p --numeric-owner -C /
+       tar xvf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C /
        echo "...Finished."
 }