comparison lib/libnftnl/libnftnl.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
43 LDFLAGS="$LDFLAGS" \ 43 LDFLAGS="$LDFLAGS" \
44 LIBS="$LIBS" \ 44 LIBS="$LIBS" \
45 ./configure \ 45 ./configure \
46 --build=$CBUILD \ 46 --build=$CBUILD \
47 --host=$CHOST \ 47 --host=$CHOST \
48 --prefix=/usr \ 48 --prefix=/ \
49 --enable-shared \ 49 --enable-shared \
50 --disable-static 50 --disable-static
51 make 51 make
52 make install DESTDIR=$DESTDIR 52 make install DESTDIR=$DESTDIR
53 rm -f $DESTDIR/usr/lib/libnftnl.la 53 rm -f $DESTDIR/lib/libnftnl.la
54 54
55 popd 55 popd
56 rm -rf $PKGNAME-$PKGVERSION 56 rm -rf $PKGNAME-$PKGVERSION
57 } 57 }