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:
parent
c6d776f2dc
commit
e6cb97c91c
|
@ -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
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue