comparison graphics/libdrm/libdrm.sh @ 639:9de04ddc6f6d

vanilla: be more POSIX
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 20:38:04 +0200
parents 25cecc6dca48
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
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 rm -f $DESTDIR/lib/libkms.la
67 rm -f $DESTDIR/graphics/libdrm{,_amdgpu,_intel,_nouveau,_radeon}.la 67 rm -f $DESTDIR/graphics/libdrm*.la
68 68
69 cd .. 69 cd ..
70 rm -rf $PKGNAME-$PKGVERSION 70 rm -rf $PKGNAME-$PKGVERSION
71 } 71 }