summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xauth/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xauth/Pkgfile')
-rw-r--r--xorg/xorg-xauth/Pkgfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/xorg-xauth/Pkgfile b/xorg/xorg-xauth/Pkgfile
index 0940eeb72..e118c1f0d 100644
--- a/xorg/xorg-xauth/Pkgfile
+++ b/xorg/xorg-xauth/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.b
build() {
cd xauth-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}