From 6e6047607b6e071de0b7257dcb0880c2d32ab3ec Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 Oct 2015 13:38:49 +0200 Subject: [PATCH] xf86-video-fbturbo: switch to usr/share/X11/xorg.conf.d. --- srcpkgs/xf86-video-fbturbo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xf86-video-fbturbo/template b/srcpkgs/xf86-video-fbturbo/template index 41d0e20471d..ee5f2b5836c 100644 --- a/srcpkgs/xf86-video-fbturbo/template +++ b/srcpkgs/xf86-video-fbturbo/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-fbturbo'. pkgname=xf86-video-fbturbo version=0.4.0 -revision=11 +revision=12 build_style=gnu-configure short_desc="Xorg DDX driver for ARM devices (RaspberryPi/Allwinner)" homepage="http://github.com/ssvb/xf86-video-fbturbo" @@ -16,5 +16,5 @@ makedepends="libXrandr-devel xorg-server-devel" depends="virtual?xserver-abi-video-19_1" post_install() { - vinstall xorg.conf 644 etc/X11/xorg.conf.d 99-fbturbo.conf + vinstall xorg.conf 644 usr/share/X11/xorg.conf.d 99-fbturbo.conf }