xorg-server: readd X -> Xorg symlink

This commit is contained in:
John 2018-08-12 11:44:37 +02:00 committed by maxice8
parent 26b8fb875f
commit aa7ef3695f

View file

@ -1,7 +1,7 @@
# Template file for 'xorg-server'
pkgname=xorg-server
version=1.20.1
revision=1
revision=2
build_style=meson
configure_args="-Dipv6=true -Dxorg=true -Dxnest=true -Dxephyr=true
-Dxvfb=true -Dhal=false -Dudev=true -Dxkb_dir=/usr/share/X11/xkb
@ -81,6 +81,9 @@ post_install() {
fi
find "${DESTDIR}"/usr/share/man -type f -iname '*[1-5].gz' -exec gunzip '{}' \;
# Readd old symlink
ln -s Xorg ${DESTDIR}/usr/bin/X
}
xorg-server-xdmx_package() {