summaryrefslogtreecommitdiffstats
path: root/build/clean.sh
diff options
context:
space:
mode:
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