From d99b49b839320afd062ccc375155cccd3bb4997e Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Wed, 18 Oct 2017 10:51:42 +0200 Subject: [PATCH] Remove temporary build directories --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a4444ff..2277957 100644 --- a/Makefile +++ b/Makefile @@ -39,3 +39,4 @@ rpm: dist-gzip $(PACKAGE_NAME)-cockpit.spec find `pwd`/output -name '*.rpm' -printf '%f\n' -exec mv {} . \; rm -r "`pwd`/rpmbuild" + rm -r "`pwd`/output" "`pwd`/build"