comparison mate/mate-calc/mate-calc.sh @ 530:263706a69f92

mate: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:10:00 +0200
parents 2f9967c0f741
children bad483aace64
comparison
equal deleted inserted replaced
529:ef725c40d0e8 530:263706a69f92
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 $with_nls 56 $with_nls
57 make 57 make
58 make install DESTDIR=$DESTDIR 58 make install DESTDIR=$DESTDIR
59 59
60 popd 60 popd