comparison lib/libedit/libedit.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 8017138b628e
children bad483aace64
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
42 LDFLAGS="$LDFLAGS" \ 42 LDFLAGS="$LDFLAGS" \
43 LIBS="$LIBS" \ 43 LIBS="$LIBS" \
44 ./configure \ 44 ./configure \
45 --build=$CBUILD \ 45 --build=$CBUILD \
46 --host=$CHOST \ 46 --host=$CHOST \
47 --prefix=/usr \ 47 --prefix=/ \
48 --disable-static \ 48 --disable-static \
49 --enable-shared 49 --enable-shared
50 make 50 make
51 make install DESTDIR=$DESTDIR 51 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/usr/lib/libedit.la 52 rm -f $DESTDIR/lib/libedit.la
53 53
54 popd 54 popd
55 rm -rf $PKGNAME-$PKGVERSION 55 rm -rf $PKGNAME-$PKGVERSION
56 } 56 }