]> git.ipfire.org Git - people/teissler/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>
Sun, 28 Mar 2010 14:11:48 +0000 (16:11 +0200)
src/pakfire/lib/functions.sh

index 1cc4d810a4297523cb2a539f051f284630028695..e4e3d5bc09bbe7f7b076d8c5b494609ddd0a76e9 100644 (file)
@@ -24,7 +24,7 @@
 
 extract_files() {
        echo "Extracting files..."
-       tar xvf /opt/pakfire/tmp/files --preserve --numeric-owner -C /
+       tar xvf /opt/pakfire/tmp/files --no-overwrite-dir --preserve --numeric-owner -C /
        echo "...Finished."
 }