mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
lib.sh: Provide printf for mktarball
Just to let the user know lbmk hasn't died. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -24,6 +24,7 @@ mkrom_tarball()
|
||||
|
||||
mktarball()
|
||||
{
|
||||
printf "Creating tar archive '%s' from directory '%s'\n" "$2" "$1"
|
||||
[ "${2%/*}" = "$2" ] || x_ mkdir -p "${2%/*}"
|
||||
x_ tar -c "$1" | xz -T$XBMK_THREADS -9e > "$2" || $err "mktarball2, $1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user