diff options
-rw-r--r-- | xorg/xorg-libxau/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/xorg-libxau/Pkgfile b/xorg/xorg-libxau/Pkgfile index bb653c288..b1c040cc4 100644 --- a/xorg/xorg-libxau/Pkgfile +++ b/xorg/xorg-libxau/Pkgfile @@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar. build() { cd libXau-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |