mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 15:29:35 +02:00
add ich9utils back to utils
don't download it. keep it in lbmk. libreboot moved to codeberg for git hosting, and i didn't want to keep lugging around an extra git repo just for one tiny project.
This commit is contained in:
@@ -27,13 +27,9 @@ set -u -e
|
||||
# clean ich9deblob utility
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
if [ ! -d ich9utils ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
printf "Cleaning the previous build of ich9utils\n"
|
||||
(
|
||||
cd "ich9utils/"
|
||||
cd "util/ich9utils/"
|
||||
make clean
|
||||
)
|
||||
rm -Rf descriptors/
|
||||
|
||||
Reference in New Issue
Block a user