comparison dev/flex/flex.sh @ 520:c6c29dc90899

dev: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:49:25 +0200
parents d27efe5b1ea0
children bad483aace64
comparison
equal deleted inserted replaced
519:824fb5352478 520:c6c29dc90899
44 LDFLAGS="$LDFLAGS" \ 44 LDFLAGS="$LDFLAGS" \
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ./configure \ 46 ./configure \
47 --build=$CBUILD \ 47 --build=$CBUILD \
48 --host=$CHOST \ 48 --host=$CHOST \
49 --prefix=/usr \ 49 --prefix=/ \
50 --disable-static \ 50 --disable-static \
51 --enable-shared 51 --enable-shared
52 make 52 make
53 make install DESTDIR=$DESTDIR 53 make install DESTDIR=$DESTDIR
54 rm -f $DESTDIR/usr/lib/libfl.la 54 rm -f $DESTDIR/lib/libfl.la
55 55
56 popd 56 popd
57 rm -rf $PKGNAME-$PKGVERSION 57 rm -rf $PKGNAME-$PKGVERSION
58 } 58 }