diff options
Diffstat (limited to 'xorg/xorg-xinit/Pkgfile')
-rw-r--r-- | xorg/xorg-xinit/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-xinit/Pkgfile b/xorg/xorg-xinit/Pkgfile index e33fc6055..b5995e5c3 100644 --- a/xorg/xorg-xinit/Pkgfile +++ b/xorg/xorg-xinit/Pkgfile @@ -1,6 +1,6 @@ # Description: X Window System initializer # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team # Depends on: xorg-server name=xorg-xinit @@ -11,7 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.b build() { cd xinit-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |