comparison network/curl/curl.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
95 $with_nghttp2 \ 95 $with_nghttp2 \
96 $with_ssh \ 96 $with_ssh \
97 $with_ssl 97 $with_ssl
98 make 98 make
99 make install DESTDIR=$DESTDIR 99 make install DESTDIR=$DESTDIR
100 rm -f $DESTDIR/lib/libcurl.la 100 find $DESTDIR -type f -name "*.la" -delete
101 101
102 cd .. 102 cd ..
103 rm -rf $PKGNAME-$PKGVERSION 103 rm -rf $PKGNAME-$PKGVERSION
104 } 104 }