summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_arch_pkg.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-16 18:56:05 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-16 18:56:05 +0200
commitb25ebe1f3b1e1a9ef6e335ccf42118cb666c1f73 (patch)
tree41585c03adb6962a06f983e4ec23fe770bc46e8a /bin/reproducible_build_arch_pkg.sh
parentdde66bd0b00443f64d81de142139d51ec1b57099 (diff)
downloadjenkins.debian.net-b25ebe1f3b1e1a9ef6e335ccf42118cb666c1f73.tar.xz
reproducible arch: fix typo
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 ba51e423..b62a0780 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -145,7 +145,7 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
second_build
fi
# delete source package before providing build results for rsyncing
- rm /tmp/$SRCPACKAGE-$(basename/$SRCPACKAGE -r
+ rm /tmp/$SRCPACKAGE-$(basename $TMPDIR)/$SRCPACKAGE -r
mv -v /tmp/$SRCPACKAGE-$(basename $TMPDIR) $TMPDIR/b$MODE/archlinux/$SRCPACKAGE
echo "$(date -u) - build #$MODE for $SRCPACKAGE on $HOSTNAME done."
exit 0