Remove temporary build directories

This commit is contained in:
Lars Karlitski 2017-10-18 10:51:42 +02:00
parent 463f76a318
commit d99b49b839

View file

@ -39,3 +39,4 @@ rpm: dist-gzip
$(PACKAGE_NAME)-cockpit.spec $(PACKAGE_NAME)-cockpit.spec
find `pwd`/output -name '*.rpm' -printf '%f\n' -exec mv {} . \; find `pwd`/output -name '*.rpm' -printf '%f\n' -exec mv {} . \;
rm -r "`pwd`/rpmbuild" rm -r "`pwd`/rpmbuild"
rm -r "`pwd`/output" "`pwd`/build"