comparison core/acl/acl.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
50 LDFLAGS="$LDFLAGS" \ 50 LDFLAGS="$LDFLAGS" \
51 LIBS="$LIBS" \ 51 LIBS="$LIBS" \
52 ./configure \ 52 ./configure \
53 --build=$CBUILD \ 53 --build=$CBUILD \
54 --host=$CHOST \ 54 --host=$CHOST \
55 --prefix=/usr \ 55 --prefix=/ \
56 --disable-static \ 56 --disable-static \
57 --enable-shared \ 57 --enable-shared \
58 $with_nls 58 $with_nls
59 make 59 make
60 make install DESTDIR=$DESTDIR 60 make install DESTDIR=$DESTDIR
61 rm -f $DESTDIR/usr/lib/libacl.la 61 rm -f $DESTDIR/lib/libacl.la
62 62
63 popd 63 popd
64 rm -rf $PKGNAME-$PKGVERSION 64 rm -rf $PKGNAME-$PKGVERSION
65 } 65 }