comparison gnu/grub/grub.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
75 TARGET_CXXFLAGS="$CXXFLAGS" \ 75 TARGET_CXXFLAGS="$CXXFLAGS" \
76 ../configure \ 76 ../configure \
77 --build=$CBUILD \ 77 --build=$CBUILD \
78 --host=$CHOST \ 78 --host=$CHOST \
79 --target=$CTARGET \ 79 --target=$CTARGET \
80 --prefix= \ 80 --prefix=/usr \
81 --sbindir=/bin \ 81 --sbindir=/bin \
82 --disable-werror \ 82 --disable-werror \
83 $with_lzma \ 83 $with_lzma \
84 $with_nls \ 84 $with_nls \
85 "$@" 85 "$@"