From cdbedcff87091add303c4ea433a1f2cd6d97ffde Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 28 Sep 2006 12:11:16 +0200 Subject: * DistUpgrade/cdromupgrade: - just use "mktemp -d" to make sure we get a full path --- DistUpgrade/Changelog | 2 ++ DistUpgrade/cdromupgrade | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'DistUpgrade') diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog index 77b07371..1c1d4ab8 100644 --- a/DistUpgrade/Changelog +++ b/DistUpgrade/Changelog @@ -1,3 +1,5 @@ +2006-09-28: + - bugfix in the cdromupgrade script 2006-09-27: - uploaded a version that only reverts the backport fetching but no other changes compared to 2006-09-23 diff --git a/DistUpgrade/cdromupgrade b/DistUpgrade/cdromupgrade index 4c9d0279..37335045 100755 --- a/DistUpgrade/cdromupgrade +++ b/DistUpgrade/cdromupgrade @@ -23,7 +23,7 @@ if [ ! -f $fullpath/$CODENAME.tar.gz ]; then exit 1 fi -TMPDIR=$(mktemp -d distupgrade.XXXXXX) +TMPDIR=$(mktemp -d) cd $TMPDIR tar xzf $fullpath/$CODENAME.tar.gz if [ ! -x $TMPDIR/$CODENAME ]; then -- cgit v1.2.3