comparison dev/bmake/bmake.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
44 LDFLAGS="$LDFLAGS" \ 44 LDFLAGS="$LDFLAGS" \
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ../boot-strap \ 46 ../boot-strap \
47 --build=$CBUILD \ 47 --build=$CBUILD \
48 --host=$CHOST \ 48 --host=$CHOST \
49 --prefix= op=build 49 --prefix=/usr op=build
50 ../boot-strap --install-destdir=$DESTDIR --prefix= op=install 50 ../boot-strap --install-destdir=$DESTDIR --prefix=/usr op=install
51 cd .. 51 cd ..
52 52
53 cd .. 53 cd ..
54 rm -rf $PKGNAME 54 rm -rf $PKGNAME