From 98cfa7bbc9db8918dd071c9b062f38e2d71f3aa4 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 19 Apr 2018 10:56:08 +0200 Subject: [PATCH] tigervnc: fix typo in be0 file prevent /usr/lib[64]/ from being created fixes issue #715 --- tigervnc.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tigervnc.be0 b/tigervnc.be0 index ec1df374d..2cf00fb30 100755 --- a/tigervnc.be0 +++ b/tigervnc.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION tigervnc-1.8.0-1 +# BEE_VERSION tigervnc-1.8.0-2 XORG_SERVER_VERSION=1.19.6 XORG_SERVER_NNN=119 @@ -84,7 +84,7 @@ mee_configure() { --with-xkb-path=/usr/share/X11/xkb \ --with-xkb-output=/var/lib/xkb \ --with-xkb-bin-directory=/usr/bin \ - --with-serverconfig-path=/usr/lib[64]/xorg \ + --with-serverconfig-path=/usr/lib/xorg \ --disable-xwayland ) }