comparison fonts/freetype/freetype.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
64 LIBS="$LIBS" \ 64 LIBS="$LIBS" \
65 ./configure \ 65 ./configure \
66 --build=$CBUILD \ 66 --build=$CBUILD \
67 --host=$CHOST \ 67 --host=$CHOST \
68 --target=$CTARGET \ 68 --target=$CTARGET \
69 --prefix= \ 69 --prefix=/usr \
70 $with_bzip2 \ 70 $with_bzip2 \
71 $with_png \ 71 $with_png \
72 $with_zlib 72 $with_zlib
73 make 73 make
74 make install DESTDIR=$DESTDIR 74 make install DESTDIR=$DESTDIR