summaryrefslogtreecommitdiffstats
path: root/build/clean.sh
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2016-12-27 11:57:15 -0500
committerThomas F Herbert <therbert@redhat.com>2017-01-12 16:40:57 -0500
commitc21af4d724480f6e90fa933205b98fcb2b397c1c (patch)
tree045e35af7fa8d3d9a971f81b5a708e805cdf6b86 /build/clean.sh
parente0f06ca5b52b4fa055ee9b5095d6192e1f5054d7 (diff)
Builds 16.04 and 16.11.
Change-Id: I144ece2f0336eafd384e05494e5e68b8a20a2ef9 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build/clean.sh')
-rwxr-xr-xbuild/clean.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/clean.sh b/build/clean.sh
index 7acd462..b24f974 100755
--- a/build/clean.sh
+++ b/build/clean.sh
@@ -26,3 +26,8 @@ if [ -d $TMPDIR ]
then
rm -rf $TMPDIR
fi
+
+if [ -d $TOPDIR/rpmbuild ]
+then
+ rm -rf rpmbuild
+fi