comparison graphics/libtiff/libtiff.sh @ 639:9de04ddc6f6d

vanilla: be more POSIX
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 20:38:04 +0200
parents 25cecc6dca48
children b0fd9c97761e
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
87 $with_lzma \ 87 $with_lzma \
88 $with_zlib \ 88 $with_zlib \
89 $with_zstd 89 $with_zstd
90 make 90 make
91 make install DESTDIR=$DESTDIR 91 make install DESTDIR=$DESTDIR
92 rm -f $DESTDIR/lib/libtiff{,xx}.la 92 rm -f $DESTDIR/lib/libtiff*.la
93 93
94 cd .. 94 cd ..
95 rm -rf tiff-$PKGVERSION 95 rm -rf tiff-$PKGVERSION
96 } 96 }