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

fonts: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:12:00 +0200
parents 89ac6810e2ee
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 $with_libedit 55 $with_libedit
56 make 56 make
57 make install DESTDIR=$DESTDIR 57 make install DESTDIR=$DESTDIR
58 58
59 cd .. 59 cd ..