comparison lib/libtasn1/libtasn1.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 ddab65a5b3f5
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
44 --host=$CHOST \ 44 --host=$CHOST \
45 --prefix= \ 45 --prefix= \
46 --enable-shared 46 --enable-shared
47 make 47 make
48 make install DESTDIR=$DESTDIR 48 make install DESTDIR=$DESTDIR
49 rm -f $DESTDIR/lib/libtasn1.la 49 find $DESTDIR -type f -name "*.la" -delete
50 50
51 cd .. 51 cd ..
52 rm -rf $PKGNAME-$PKGVERSION 52 rm -rf $PKGNAME-$PKGVERSION
53 } 53 }