comparison core/kbd/kbd.sh @ 516:014d018468fb

core: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:22:00 +0200
parents 515778c3a417
children bad483aace64
comparison
equal deleted inserted replaced
515:030ebf8e0a69 516:014d018468fb
51 LDFLAGS="$LDFLAGS" \ 51 LDFLAGS="$LDFLAGS" \
52 LIBS="$LIBS" \ 52 LIBS="$LIBS" \
53 ./configure \ 53 ./configure \
54 --build=$CBUILD \ 54 --build=$CBUILD \
55 --host=$CHOST \ 55 --host=$CHOST \
56 --prefix=/usr \ 56 --prefix=/ \
57 --disable-static \ 57 --disable-static \
58 --enable-shared \ 58 --enable-shared \
59 --disable-vlock \ 59 --disable-vlock \
60 $with_nls 60 $with_nls
61 make 61 make