comparison lib/popt/popt.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 ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
52 --prefix= \ 52 --prefix= \
53 --enable-shared \ 53 --enable-shared \
54 $with_nls 54 $with_nls
55 make 55 make
56 make install DESTDIR=$DESTDIR 56 make install DESTDIR=$DESTDIR
57 rm -f $DESTDIR/lib/libpopt.la 57 find $DESTDIR -type f -name "*.la" -delete
58 58
59 cd .. 59 cd ..
60 rm -rf $PKGNAME-$PKGVERSION 60 rm -rf $PKGNAME-$PKGVERSION
61 } 61 }