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, 0 insertions, 5 deletions
diff --git a/build/clean.sh b/build/clean.sh
index b24f974..7acd462 100755
--- a/build/clean.sh
+++ b/build/clean.sh
@@ -26,8 +26,3 @@ if [ -d $TMPDIR ]
then
rm -rf $TMPDIR
fi
-
-if [ -d $TOPDIR/rpmbuild ]
-then
- rm -rf rpmbuild
-fi