summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcleandeps4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleandeps b/cleandeps
index cc89e77..88c028b 100755
--- a/cleandeps
+++ b/cleandeps
@@ -135,8 +135,8 @@ cd ../../../
# remove powertop directory (included if the user is on Trisquel 6 and ran "powertop.trisquel6" script
rm -rf powertop
-# remove any ROM's that may exist since the previous build
-rm -rf bin/*
+# delete the bin/ directory
+rm -rf bin/
# ------------------- DONE ----------------------