diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-09-06 17:17:48 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-09-06 17:17:48 +0200 |
commit | 75eeadf31e7520a2960536c92f12fa47b3f9d8fa (patch) | |
tree | 8dfc596309cc796361e1f0bf28c5008157904b62 /xorg-xinit | |
parent | 524fe8f59236067ee7e5e3e182bdfbfe269ecb64 (diff) | |
download | xorg-75eeadf31e7520a2960536c92f12fa47b3f9d8fa.tar.gz xorg-75eeadf31e7520a2960536c92f12fa47b3f9d8fa.tar.xz |
xorg-xinit: updated to 1.0.5.
Diffstat (limited to 'xorg-xinit')
-rw-r--r-- | xorg-xinit/.md5sum | 2 | ||||
-rw-r--r-- | xorg-xinit/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xorg-xinit/.md5sum b/xorg-xinit/.md5sum index 6e4f32cb..4be42af3 100644 --- a/xorg-xinit/.md5sum +++ b/xorg-xinit/.md5sum @@ -1 +1 @@ -f04a903cc0e18b3c338f58eb90f6caf8 xinit-1.0.3.tar.bz2 +9a2aad51042141a0e6ad066015397595 xinit-1.0.5.tar.bz2 diff --git a/xorg-xinit/Pkgfile b/xorg-xinit/Pkgfile index 7e691fd1..ec83e240 100644 --- a/xorg-xinit/Pkgfile +++ b/xorg-xinit/Pkgfile @@ -4,14 +4,14 @@ # Depends on: xorg-server name=xorg-xinit -version=1.0.3 +version=1.0.5 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2) build() { cd xinit-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install |