diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 18:56:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 18:56:05 +0200 |
commit | b25ebe1f3b1e1a9ef6e335ccf42118cb666c1f73 (patch) | |
tree | 41585c03adb6962a06f983e4ec23fe770bc46e8a /bin | |
parent | dde66bd0b00443f64d81de142139d51ec1b57099 (diff) | |
download | jenkins.debian.net-b25ebe1f3b1e1a9ef6e335ccf42118cb666c1f73.tar.xz |
reproducible arch: fix typo
Diffstat (limited to 'bin')
-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 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 |