aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-13 03:05:04 +0000
committerFrancis Rowe <info@gluglug.org.uk>2015-02-13 03:05:04 +0000
commita059396ca10700fb814dc62a76f5cc7dbaf7384b (patch)
tree41a46598324059cdeeeb85b69152423792088b5b
parent510ebecfc447e1ef11c1c3b632ee1764b966406d (diff)
downloadlibrebootfr-a059396ca10700fb814dc62a76f5cc7dbaf7384b.tar.gz
librebootfr-a059396ca10700fb814dc62a76f5cc7dbaf7384b.zip
cleandeps: delete the bin/ directory
-rwxr-xr-xcleandeps4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleandeps b/cleandeps
index cc89e779..88c028be 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 ----------------------