comparison compression/libarchive/libarchive.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
135 $with_ssl \ 135 $with_ssl \
136 $with_zstd 136 $with_zstd
137 137
138 make 138 make
139 make install DESTDIR=$DESTDIR 139 make install DESTDIR=$DESTDIR
140 rm -f $DESTDIR/lib/libarchive.la 140 find $DESTDIR -type f -name "*.la" -delete
141 141
142 cd .. 142 cd ..
143 rm -rf $PKGNAME-$PKGVERSION 143 rm -rf $PKGNAME-$PKGVERSION
144 } 144 }