diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 17:20:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 17:20:13 +0200 |
commit | a894f64f6042866ab4c208be51e2ac5679c662f6 (patch) | |
tree | e7decbe46852953a4056652cfdc9ee9e3203ae22 | |
parent | df396f18f7f83191667f7235034163dc76de6cde (diff) | |
download | jenkins.debian.net-a894f64f6042866ab4c208be51e2ac5679c662f6.tar.xz |
reproducible arch: fixup that c+p error again
-rwxr-xr-x | bin/reproducible_build_arch_pkg.sh | 2 |
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 |