Fixed all those tar --preserve errors present.

This commit is contained in:
Christian Schmidt
2010-02-20 12:41:57 +01:00
parent e1731a7b19
commit c0faa0efaf
4 changed files with 7 additions and 7 deletions

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 -p --numeric-owner -C /
echo "...Finished."
}