comparison graphics/libtiff/libtiff.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
86 $with_lzma \ 86 $with_lzma \
87 $with_zlib \ 87 $with_zlib \
88 $with_zstd 88 $with_zstd
89 make 89 make
90 make install DESTDIR=$DESTDIR 90 make install DESTDIR=$DESTDIR
91 rm -f $DESTDIR/lib/libtiff*.la 91 find $DESTDIR -type f -name "*.la" -delete
92 92
93 cd .. 93 cd ..
94 rm -rf tiff-$PKGVERSION 94 rm -rf tiff-$PKGVERSION
95 } 95 }