comparison Templates/mate.sh @ 515:030ebf8e0a69

templates: update templates for our custom FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:20:00 +0200
parents 2f9967c0f741
children bad483aace64
comparison
equal deleted inserted replaced
514:33e57b5ed4a8 515:030ebf8e0a69
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 make 48 make
49 make install DESTDIR=$DESTDIR 49 make install DESTDIR=$DESTDIR
50 50
51 popd 51 popd
52 rm -rf $PKGNAME-$PKGVERSION 52 rm -rf $PKGNAME-$PKGVERSION