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