From 0b2ebeac9001705ba6b1bed49d43f42ea7b92a26 Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 25 Sep 2007 18:12:08 +0000 Subject: [PATCH] Pakfire entpackte die Pakete nicht korrekt... git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@922 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- make.sh | 2 +- src/pakfire/lib/functions.sh | 2 +- src/pakfire/pakfire.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/make.sh b/make.sh index d46770dc9b..32b5b77068 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.0beta2" # Version number +VERSION="2.0rc1t" # Version number SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir NICE=10 # Nice level diff --git a/src/pakfire/lib/functions.sh b/src/pakfire/lib/functions.sh index 08c617260e..6d23ecf646 100644 --- a/src/pakfire/lib/functions.sh +++ b/src/pakfire/lib/functions.sh @@ -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." } diff --git a/src/pakfire/pakfire.conf b/src/pakfire/pakfire.conf index 68380eeb76..228aea99eb 100644 --- a/src/pakfire/pakfire.conf +++ b/src/pakfire/pakfire.conf @@ -21,7 +21,7 @@ package Conf; -$version = "2.0beta2"; +$version = "2.0rc1t"; $mainserver = "pakfire.ipfire.org"; -- 2.39.2