Skip to content

Commit

Permalink
Minor bug fix in COPR autobuild
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Prasanth M K <[email protected]>
  • Loading branch information
SilleBille committed Apr 1, 2019
1 parent 1d61802 commit 5946034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
srpm:
dnf install -y git
./build.sh srpm --with-timestamp --with-commit-id
./build.sh --with-timestamp --with-commit-id srpm
if [[ "${outdir}" != "" ]]; then \
mv ${HOME}/build/jss/SRPMS/* ${outdir}; \
fi

0 comments on commit 5946034

Please sign in to comment.