Remove temporary build directories (#13)

This commit is contained in:
Lars Karlitski 2017-10-19 17:54:36 +02:00 committed by Martin Pitt
parent 03217f7fe8
commit b348bee798

View file

@ -39,3 +39,4 @@ rpm: dist-gzip
cockpit-$(PACKAGE_NAME).spec cockpit-$(PACKAGE_NAME).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"