comparison graphics/librsvg/librsvg.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
54 LDFLAGS="$LDFLAGS" \ 54 LDFLAGS="$LDFLAGS" \
55 LIBS="$LIBS" \ 55 LIBS="$LIBS" \
56 ./configure \ 56 ./configure \
57 --build=$CBUILD \ 57 --build=$CBUILD \
58 --host=$CHOST \ 58 --host=$CHOST \
59 --prefix= \ 59 --prefix=/usr \
60 --enable-shared \ 60 --enable-shared \
61 $with_vala 61 $with_vala
62 make 62 make
63 make install DESTDIR=$DESTDIR 63 make install DESTDIR=$DESTDIR
64 find $DESTDIR -type f -name "*.la" -delete 64 find $DESTDIR -type f -name "*.la" -delete