Remove temporary build directories
This commit is contained in:
parent
463f76a318
commit
d99b49b839
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue