Rename blobs/ to blob/

We don't have a directory names "srces", just "src".

Ditto ecs, mrcs <-- it's just ec and mrc

When referring to a file, e.g. blob/t1650/me.bin, that
makes much more sense, because it's a single blob, not
multiple blobs.

Don't pluralise what isn't plural

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-10-07 00:19:02 +01:00
parent 4e39d5a5a8
commit fe502da944
50 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
_ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0"
_7ztest="a"
blobdir="blobs"
blobdir="blob"
appdir="${blobdir}/app"
cbdir="src/coreboot/default"
cbcfgsdir="config/coreboot"