xf86-video-fbturbo: switch to usr/share/X11/xorg.conf.d.

This commit is contained in:
Juan RP 2015-10-23 13:38:49 +02:00
parent bbc1e900f1
commit 6e6047607b

View file

@ -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
}