Pakfire entpackte die Pakete nicht korrekt...

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@922 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-09-25 18:12:08 +00:00
parent 19b97c0dbf
commit 0b2ebeac90
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
extract_files() {
echo "Extracting files..."
tar xvf --preserve --numeric-owner /opt/pakfire/tmp/files -C /
tar xvf /opt/pakfire/tmp/files --preserve --numeric-owner -C /
echo "...Finished."
}

View File

@@ -21,7 +21,7 @@
package Conf;
$version = "2.0beta2";
$version = "2.0rc1t";
$mainserver = "pakfire.ipfire.org";