mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 14:36:31 +02:00
init.sh: fix bad printf string in gentoo check
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ xbmkpkg()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
printf "Updating package use...\n"
|
printf "Updating package use...\n"
|
||||||
printf "Writing into $pkg_use_file..."
|
printf "Writing into %s" "$pkg_use_file..."
|
||||||
|
|
||||||
if [ ! -d "`dirname $pkg_use_file`" ]; then
|
if [ ! -d "`dirname $pkg_use_file`" ]; then
|
||||||
mkdir -p "`dirname $pkg_use_file`"
|
mkdir -p "`dirname $pkg_use_file`"
|
||||||
|
|||||||
Reference in New Issue
Block a user