diff options
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 |