summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_arch_pkg.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-16 17:20:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-16 17:20:13 +0200
commita894f64f6042866ab4c208be51e2ac5679c662f6 (patch)
treee7decbe46852953a4056652cfdc9ee9e3203ae22 /bin/reproducible_build_arch_pkg.sh
parentdf396f18f7f83191667f7235034163dc76de6cde (diff)
downloadjenkins.debian.net-a894f64f6042866ab4c208be51e2ac5679c662f6.tar.xz
reproducible arch: fixup that c+p error again
Diffstat (limited to 'bin/reproducible_build_arch_pkg.sh')
-rwxr-xr-xbin/reproducible_build_arch_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index 48da4ab4..9760989a 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -126,7 +126,7 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
else
second_build
fi
- mv -v /tmp/$PKG $TMPDIR/b$mode
+ mv -v /tmp/$SRCPACKAGE $TMPDIR/b$mode
echo "$(date -u) - build #$MODE for $SRCPACKAGE on $HOSTNAME done."
exit 0
fi