comparison graphics/wayland/wayland.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 b0fd9c97761e
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
64 --disable-static \ 64 --disable-static \
65 $with_dtd \ 65 $with_dtd \
66 $with_doxygen 66 $with_doxygen
67 make 67 make
68 make install DESTDIR=$DESTDIR 68 make install DESTDIR=$DESTDIR
69 rm -f $DESTDIR/lib/libwayland-{egl,server,client,cursor}.la 69 rm -f $DESTDIR/lib/libwayland-*.la
70 70
71 cd .. 71 cd ..
72 rm -rf $PKGNAME-$PKGVERSION 72 rm -rf $PKGNAME-$PKGVERSION
73 } 73 }