desktop/xvkbd: Fix building when lesstif is absent.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
Erik Hanson 2015-05-26 20:01:04 -05:00 committed by Willy Sudiarto Raharjo
parent dc9b6984eb
commit 2d2a23ff51

View file

@ -24,7 +24,7 @@
PRGNAM=xvkbd
VERSION=${VERSION:-3.6}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -55,6 +55,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
touch host.def
xmkmf
make
make install DESTDIR=$PKG