diff options
Diffstat (limited to 'xorg/xorg-libxp/Pkgfile')
-rw-r--r-- | xorg/xorg-libxp/Pkgfile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xorg-libxp/Pkgfile b/xorg/xorg-libxp/Pkgfile index 10a4d0a6b..9aa2f7489 100644 --- a/xorg/xorg-libxp/Pkgfile +++ b/xorg/xorg-libxp/Pkgfile @@ -12,11 +12,9 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.b build() { - # build package - cd libXp-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make - make DESTDIR=$PKG install + cd libXp-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install } |