summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-12 22:05:04 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-12 22:05:04 (EST)
commita059396ca10700fb814dc62a76f5cc7dbaf7384b (patch)
tree41a46598324059cdeeeb85b69152423792088b5b
parent510ebecfc447e1ef11c1c3b632ee1764b966406d (diff)
downloadlibreboot-a059396ca10700fb814dc62a76f5cc7dbaf7384b.zip
libreboot-a059396ca10700fb814dc62a76f5cc7dbaf7384b.tar.gz
libreboot-a059396ca10700fb814dc62a76f5cc7dbaf7384b.tar.bz2
cleandeps: delete the bin/ directory
-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 ----------------------