Skip to content

Commit

Permalink
Added .copr/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Mar 15, 2019
1 parent d536cfe commit a51f8db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .copr/Makefile
@@ -0,0 +1,5 @@
srpm:
./build.sh srpm
if [[ "${outdir}" != "" ]]; then \
mv ${HOME}/build/pki/SRPMS/* ${outdir}; \
fi

0 comments on commit a51f8db

Please sign in to comment.