diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-14 16:02:11 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-14 16:02:11 +0100 |
commit | 10a921d3e45df0ee750179783ba3b094b3bea4cb (patch) | |
tree | f70c84de9abfe8e84fbf477d6bf636c97f5af100 /resources/scripts/helpers/download | |
parent | bc0a0aa0185878cb19808ec4d87b3ed92997a224 (diff) | |
download | librebootfr-10a921d3e45df0ee750179783ba3b094b3bea4cb.tar.gz librebootfr-10a921d3e45df0ee750179783ba3b094b3bea4cb.zip |
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.
Diffstat (limited to 'resources/scripts/helpers/download')
-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 c6fe377f..1ece9de2 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" |