Skip to content

Commit

Permalink
More fixes for rpm/buildrpms.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga authored and nyalldawson committed Jun 22, 2018
1 parent f6ada69 commit fd8344b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/buildrpms.sh
Expand Up @@ -175,11 +175,11 @@ do :
--define "_timestamp $timestamp" \
--resultdir=$OUTDIR/$arch $mock_args
then
# Add to package list
packages="$packages $(ls $OUTDIR/$arch/*-$version-$relver.*.rpm)"
else
print_error "Package creation for $arch failed. Abort"
exit 1
else
# Add to package list
packages="$packages $(ls $OUTDIR/$arch/*-$version-$relver.*.rpm)"
fi
done

Expand Down

0 comments on commit fd8344b

Please sign in to comment.