comparison lib/libxkbcommon/libxkbcommon.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
74 $with_doxygen \ 74 $with_doxygen \
75 $with_x \ 75 $with_x \
76 $with_wayland 76 $with_wayland
77 make 77 make
78 make install DESTDIR=$DESTDIR 78 make install DESTDIR=$DESTDIR
79 rm -f $DESTDIR/lib/libxkbcommon{,-x11}.la 79 rm -f $DESTDIR/lib/libxkbcommon*.la
80 80
81 cd .. 81 cd ..
82 rm -rf $PKGNAME-$PKGVERSION 82 rm -rf $PKGNAME-$PKGVERSION
83 } 83 }