comparison graphics/cairo/cairo.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 59a2fa6992bc
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
157 $with_png \ 157 $with_png \
158 $with_svg \ 158 $with_svg \
159 $with_x 159 $with_x
160 make 160 make
161 make install DESTDIR=$DESTDIR 161 make install DESTDIR=$DESTDIR
162 rm -f $DESTDIR/lib/cairo/libcairo-trace.la 162 find $DESTDIR -type f -name "*.la" -delete
163 rm -f $DESTDIR/lib/libcairo*.la
164 163
165 cd .. 164 cd ..
166 rm -rf $PKGNAME-$PKGVERSION 165 rm -rf $PKGNAME-$PKGVERSION
167 } 166 }