comparison graphics/wayland/wayland.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 5c489ef232dc
children 6633bc51db0e
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
63 --prefix= \ 63 --prefix= \
64 $with_dtd \ 64 $with_dtd \
65 $with_doxygen 65 $with_doxygen
66 make 66 make
67 make install DESTDIR=$DESTDIR 67 make install DESTDIR=$DESTDIR
68 rm -f $DESTDIR/lib/libwayland-*.la 68 find $DESTDIR -type f -name "*.la" -delete
69 69
70 cd .. 70 cd ..
71 rm -rf $PKGNAME-$PKGVERSION 71 rm -rf $PKGNAME-$PKGVERSION
72 } 72 }