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 502a985847
commit 521a8b45e2

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