comparison fonts/harfbuzz/harfbuzz.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 9de04ddc6f6d
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
93 $with_freetype \ 93 $with_freetype \
94 $with_glib \ 94 $with_glib \
95 $with_icu 95 $with_icu
96 make 96 make
97 make install DESTDIR=$DESTDIR 97 make install DESTDIR=$DESTDIR
98 rm -f $DESTDIR/lib/libharfbuzz*.la 98 find $DESTDIR -type f -name "*.la" -delete
99 99
100 cd .. 100 cd ..
101 rm -rf $PKGNAME-$PKGVERSION 101 rm -rf $PKGNAME-$PKGVERSION
102 } 102 }