comparison graphics/libdrm/libdrm.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 9de04ddc6f6d
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
61 --prefix= \ 61 --prefix= \
62 $with_udev \ 62 $with_udev \
63 $with_kms 63 $with_kms
64 make 64 make
65 make install DESTDIR=$DESTDIR 65 make install DESTDIR=$DESTDIR
66 rm -f $DESTDIR/lib/libkms.la 66 find $DESTDIR -type f -name "*.la" -delete
67 rm -f $DESTDIR/graphics/libdrm*.la
68 67
69 cd .. 68 cd ..
70 rm -rf $PKGNAME-$PKGVERSION 69 rm -rf $PKGNAME-$PKGVERSION
71 } 70 }