xorg-server: INSTALL: fix grammar/typos.
This commit is contained in:
parent
7197fc2b41
commit
63c543f0ef
|
@ -3,13 +3,13 @@ post)
|
|||
cat <<_EOF
|
||||
=======================================================================
|
||||
|
||||
${PKGNAME}-${VERSION} 1.16 now requires your user to be a member of
|
||||
${PKGNAME}-${VERSION} now requires your user to be a member of
|
||||
the *input* and *video* groups to be able to run X without root
|
||||
permissions. Make sure to add your user to these groups:
|
||||
|
||||
# sudo usermod -a -G input,video <user>
|
||||
|
||||
and the re-login to make it effective.
|
||||
and then re-login to make it effective.
|
||||
|
||||
=======================================================================
|
||||
_EOF
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xorg-server'.
|
||||
pkgname=xorg-server
|
||||
version=1.16.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-xcsecurity --enable-record
|
||||
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
||||
|
|
Loading…
Reference in New Issue