diff options
Diffstat (limited to 'xorg/xorg-xkbcomp/Pkgfile')
-rw-r--r-- | xorg/xorg-xkbcomp/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/xorg-xkbcomp/Pkgfile b/xorg/xorg-xkbcomp/Pkgfile index 418c75a5d..a3a0c7085 100644 --- a/xorg/xorg-xkbcomp/Pkgfile +++ b/xorg/xorg-xkbcomp/Pkgfile @@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar build() { cd xkbcomp-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |