From e51058bb61808631d04a6e5c5f7836a6f8f82a3a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Oct 2008 01:20:35 +0200 Subject: [PATCH] Override a path at install target to install into correct location. --HG-- extra : convert_revision : 104b7b38f34bcf942f2aabd5f73d4040d48e80ab --- templates/xorg-server.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/xorg-server.tmpl b/templates/xorg-server.tmpl index dfcc627c6ce..99d4778f05b 100755 --- a/templates/xorg-server.tmpl +++ b/templates/xorg-server.tmpl @@ -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 "