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