Skip to content
Permalink
Browse files
More fixes for rpm/buildrpms.sh
  • Loading branch information
daniviga authored and nyalldawson committed Jun 22, 2018
1 parent 1f1d19f commit f9c8df9
Showing 1 changed file with 3 additions and 3 deletions.
@@ -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

0 comments on commit f9c8df9

Please sign in to comment.