comparison fonts/fontconfig/fontconfig.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 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
40 LDFLAGS="$LDFLAGS" \ 40 LDFLAGS="$LDFLAGS" \
41 LIBS="$LIBS" \ 41 LIBS="$LIBS" \
42 ./configure \ 42 ./configure \
43 --build=$CBUILD \ 43 --build=$CBUILD \
44 --host=$CHOST \ 44 --host=$CHOST \
45 --prefix= \ 45 --prefix=/usr \
46 --enable-shared 46 --enable-shared
47 make 47 make
48 make install DESTDIR=$DESTDIR 48 make install DESTDIR=$DESTDIR
49 find $DESTDIR -type f -name "*.la" -delete 49 find $DESTDIR -type f -name "*.la" -delete
50 50