diff --git a/make.sh b/make.sh index d46770dc9..32b5b7706 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 08c617260..6d23ecf64 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 68380eeb7..228aea99e 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";