summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 03:14:30 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 03:14:30 +0200
commit14aab92b006cd4aab199dbc71549b6d2494c35c0 (patch)
tree3bcb62b3eefaf29750a4226c6b18e70d48c1e703 /bin/reproducible_setup.sh
parentc7b853a530ab8e198b98b8907179ac2382965db3 (diff)
downloadjenkins.debian.net-14aab92b006cd4aab199dbc71549b6d2494c35c0.tar.xz
reproducible: fix typo in _setup.sh
Diffstat (limited to 'bin/reproducible_setup.sh')
-rwxr-xr-xbin/reproducible_setup.sh2
1 files changed, 1 insertions, 1 deletions
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}