Skip to content

Commit

Permalink
tigervnc: fix typo in be0 file
Browse files Browse the repository at this point in the history
prevent /usr/lib[64]/ from being created
fixes issue #715
  • Loading branch information
wwwutz committed Apr 19, 2018
1 parent 196ada5 commit 98cfa7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tigervnc.be0
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
)
}
Expand Down

0 comments on commit 98cfa7b

Please sign in to comment.