Skip to content

Commit

Permalink
Remove temporary build directories (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
larskarlitski authored and martinpitt committed Oct 19, 2017
1 parent 03217f7 commit b348bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b348bee

Please sign in to comment.