[arch-commits] Commit in xorg-server/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Tue Nov 10 14:08:13 UTC 2015
Date: Tuesday, November 10, 2015 @ 15:08:13
Author: andyrtr
Revision: 250551
the config files dir is required
Modified:
xorg-server/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-10 14:01:59 UTC (rev 250550)
+++ PKGBUILD 2015-11-10 14:08:13 UTC (rev 250551)
@@ -118,7 +118,10 @@
cd "${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install
-
+
+ # distro specific files must be installed in /usr/share/X11/xorg.conf.d
+ install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+
# Needed for non-mesa drivers, libgl will restore it
mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg"
More information about the arch-commits
mailing list