Skip to content

tigervnc: fix typo in be0 file #716

Merged
merged 1 commit into from Apr 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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
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