Override a path at install target to install into correct location.

--HG--
extra : convert_revision : 104b7b38f34bcf942f2aabd5f73d4040d48e80ab
This commit is contained in:
Juan RP 2008-10-06 01:20:35 +02:00
parent a891a9c571
commit e51058bb61
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ url=http://xorg.freedesktop.org/releases/individual/xserver
build_style=gnu_configure
configure_args="--with-xkb-path=$PKGFS_MASTERDIR/share/X11/xkb"
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
make_install_args="SERVER_MISC_CONFIG_PATH=$PKGFS_DESTDIR/$pkgname-$version/lib/xorg"
pkgconfig_override="xorg-server.pc"
short_desc="Modular X11 server from modular X.org"
maintainer="Juan RP <xtraeme@gmail.com>"