comparison x11/libxtst/libxtst.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
49 --host=$CHOST \ 49 --host=$CHOST \
50 --prefix= \ 50 --prefix= \
51 --enable-shared 51 --enable-shared
52 make 52 make
53 make install DESTDIR=$DESTDIR 53 make install DESTDIR=$DESTDIR
54 rm -f $DESTDIR/lib/libXtst.la 54 find $DESTDIR -type f -name "*.la" -delete
55 55
56 cd .. 56 cd ..
57 rm -rf libXtst-$PKGVERSION 57 rm -rf libXtst-$PKGVERSION
58 } 58 }