diff options
author | Francis 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) |
commit | a059396ca10700fb814dc62a76f5cc7dbaf7384b (patch) | |
tree | 41a46598324059cdeeeb85b69152423792088b5b /cleandeps | |
parent | 510ebecfc447e1ef11c1c3b632ee1764b966406d (diff) | |
download | libreboot-a059396ca10700fb814dc62a76f5cc7dbaf7384b.zip libreboot-a059396ca10700fb814dc62a76f5cc7dbaf7384b.tar.gz libreboot-a059396ca10700fb814dc62a76f5cc7dbaf7384b.tar.bz2 |
cleandeps: delete the bin/ directory
Diffstat (limited to 'cleandeps')
-rwxr-xr-x | cleandeps | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ---------------------- |