Skip to content

Commit

Permalink
Merge pull request #716 from mariux64/fix-tigervnc-lib64-xorg
Browse files Browse the repository at this point in the history
tigervnc: fix typo in be0 file
  • Loading branch information
wwwutz authored Apr 19, 2018
2 parents 9c97242 + 98cfa7b commit bb69501
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 bb69501

Please sign in to comment.