diff options
-rw-r--r-- | xorg/xorg-xdm/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/xorg-xdm/Pkgfile b/xorg/xorg-xdm/Pkgfile index e2881a1c6..b9c3aee56 100644 --- a/xorg/xorg-xdm/Pkgfile +++ b/xorg/xorg-xdm/Pkgfile @@ -13,9 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 build() { cd xdm-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |