summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/coreboot
diff options
context:
space:
mode:
authorFrancis 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)
commit10a921d3e45df0ee750179783ba3b094b3bea4cb (patch)
treef70c84de9abfe8e84fbf477d6bf636c97f5af100 /resources/scripts/helpers/download/coreboot
parentbc0a0aa0185878cb19808ec4d87b3ed92997a224 (diff)
downloadlibreboot-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.
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-xresources/scripts/helpers/download/coreboot3
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"