diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-14 11:02:11 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-14 11:02:11 (EDT) |
commit | 10a921d3e45df0ee750179783ba3b094b3bea4cb (patch) | |
tree | f70c84de9abfe8e84fbf477d6bf636c97f5af100 | |
parent | bc0a0aa0185878cb19808ec4d87b3ed92997a224 (diff) | |
download | libreboot-10a921d3e45df0ee750179783ba3b094b3bea4cb.zip libreboot-10a921d3e45df0ee750179783ba3b094b3bea4cb.tar.gz libreboot-10a921d3e45df0ee750179783ba3b094b3bea4cb.tar.bz2 |
coreboot-libre: delete the 3rdparty/ directory
Libreboot doesn't even checkout this submodule in coreboot, so
this change is quite redundant. However, it can't hurt.
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index c6fe377..1ece9de 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -191,6 +191,9 @@ rm -f ".gitreview" rm -f ".gitmodules" rm -f ".gitignore" +# Strictly overkill. libreboot doesn't even checkout this submodule +rm -Rf "3rdparty/" + cd "../" printf "Deblobbing coreboot\n" |