Remove temporary build directories (#13)
This commit is contained in:
parent
03217f7fe8
commit
b348bee798
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -39,3 +39,4 @@ rpm: dist-gzip
|
|||
cockpit-$(PACKAGE_NAME).spec
|
||||
find `pwd`/output -name '*.rpm' -printf '%f\n' -exec mv {} . \;
|
||||
rm -r "`pwd`/rpmbuild"
|
||||
rm -r "`pwd`/output" "`pwd`/build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue