comparison mate/marco/marco.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
53 LDFLAGS="$LDFLAGS" \ 53 LDFLAGS="$LDFLAGS" \
54 LIBS="$LIBS" \ 54 LIBS="$LIBS" \
55 ./configure \ 55 ./configure \
56 --build=$CBUILD \ 56 --build=$CBUILD \
57 --host=$CHOST \ 57 --host=$CHOST \
58 --prefix= \ 58 --prefix=/usr \
59 --enable-shared 59 --enable-shared
60 make 60 make
61 make install DESTDIR=$DESTDIR 61 make install DESTDIR=$DESTDIR
62 find $DESTDIR -type f -name "*.la" -delete 62 find $DESTDIR -type f -name "*.la" -delete
63 63