comparison shells/bash/bash.sh @ 531:16d26eee4b33

fonts: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:12:00 +0200
parents 515778c3a417
children bad483aace64
comparison
equal deleted inserted replaced
530:263706a69f92 531:16d26eee4b33
49 LDFLAGS="$LDFLAGS" \ 49 LDFLAGS="$LDFLAGS" \
50 LIBS="$LIBS" \ 50 LIBS="$LIBS" \
51 ./configure \ 51 ./configure \
52 --build=$CBUILD \ 52 --build=$CBUILD \
53 --host=$CHOST \ 53 --host=$CHOST \
54 --prefix=/usr \ 54 --prefix=/ \
55 --without-bash-malloc \ 55 --without-bash-malloc \
56 $with_nls 56 $with_nls
57 make 57 make
58 make install DESTDIR=$DESTDIR 58 make install DESTDIR=$DESTDIR
59 ln -sf bash $DESTDIR/usr/bin/sh 59 ln -sf bash $DESTDIR/bin/sh
60 60
61 popd 61 popd
62 rm -rf $PKGNAME-$PKGVERSION 62 rm -rf $PKGNAME-$PKGVERSION
63 } 63 }