comparison x11/xorg-server/xorg-server.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 b0fd9c97761e
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
76 $with_glamor \ 76 $with_glamor \
77 $with_udev \ 77 $with_udev \
78 $with_wayland 78 $with_wayland
79 make 79 make
80 make install DESTDIR=$DESTDIR 80 make install DESTDIR=$DESTDIR
81 rm -f $DESTDIR/lib/xorg/modules/drivers/*.la 81 find $DESTDIR -type f -name "*.la" -delete
82 rm -f $DESTDIR/lib/xorg/modules/extensions/*.la
83 rm -f $DESTDIR/lib/xorg/modules/*.la
84 82
85 cd .. 83 cd ..
86 rm -rf $PKGNAME-$PKGVERSION 84 rm -rf $PKGNAME-$PKGVERSION
87 } 85 }