diff --git a/.copr/Makefile b/.copr/Makefile new file mode 100644 index 0000000..1210188 --- /dev/null +++ b/.copr/Makefile @@ -0,0 +1,5 @@ +srpm: + ./build.sh srpm + if [[ "${outdir}" != "" ]]; then \ + mv ${HOME}/build/tomcatjss/SRPMS/* ${outdir}; \ + fi