packages: roms_helper/boot: fix trailing whitespace

Signed-off-by: Adrien 'neox' Bourmault <neox@gnu.org>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Adrien Bourmault 2024-11-28 23:40:14 +01:00 committed by Denis 'GNUtoo' Carikli
parent c6d776f2dc
commit e6cb97c91c
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ mkCoreboot() {
printf "%s-%s\n" "$(cat projectname)" "$(cat version)" > "${cbdir}/.coreboot-version"
(
cd "${cbdir}"
make distclean
make distclean
)
cp "${cbcfgpath}" "${cbdir}"/.config
(