From 14aab92b006cd4aab199dbc71549b6d2494c35c0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Oct 2014 03:14:30 +0200 Subject: reproducible: fix typo in _setup.sh --- bin/reproducible_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup.sh') diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index 4e38ddca..0be8089b 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -100,5 +100,5 @@ EOF # sudo pbuilder --create --basetgz /var/cache/pbuilder/base-reproducible-new.tgz --distribution sid sudo pbuilder --execute --save-after-exec --basetgz /var/cache/pbuilder/base-reproducible-new.tgz -- ${TMPFILE} -sudo mv pbuilder/base-reproducible-new.tgz /var/cache/pbuilder/base-reproducible.tgz +sudo mv /var/cache/pbuilder/base-reproducible-new.tgz /var/cache/pbuilder/base-reproducible.tgz rm ${TMPFILE} -- cgit v1.2.3-54-g00ecf