comparison x11/xcb-util-wm/xcb-util-wm.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 59a2fa6992bc
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
46 --prefix= \ 46 --prefix= \
47 --disable-static \ 47 --disable-static \
48 --enable-shared 48 --enable-shared
49 make 49 make
50 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
51 rm -f $DESTDIR/lib/libxcb-{ewmh,icccm}.la 51 rm -f $DESTDIR/lib/libxcb-*.la
52 52
53 cd .. 53 cd ..
54 rm -rf $PKGNAME-$PKGVERSION 54 rm -rf $PKGNAME-$PKGVERSION
55 } 55 }