Fix permission change of existing directories at core updates.

This commit is contained in:
Arne Fitzenreiter
2010-03-28 16:11:48 +02:00
parent 781adc6748
commit 461f6df8a5

View 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."
}