diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:30:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:30:02 +0100 |
commit | c17748f7e796638fe9dbb2d0762db706ba0d48a9 (patch) | |
tree | 5d431fd81344e6e4cc67dafc45d09c854fee6168 | |
parent | 3e98e5ea08bcd6a773bfbf1e3100f9080ec20ed5 (diff) | |
download | nutyx-pakxe-c17748f7e796638fe9dbb2d0762db706ba0d48a9.tar.gz nutyx-pakxe-c17748f7e796638fe9dbb2d0762db706ba0d48a9.tar.bz2 nutyx-pakxe-c17748f7e796638fe9dbb2d0762db706ba0d48a9.tar.xz nutyx-pakxe-c17748f7e796638fe9dbb2d0762db706ba0d48a9.zip |
maj xorg-xauth#1.0.4-1
-rw-r--r-- | xorg/xorg-xauth/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xauth/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xauth/.footprint b/xorg/xorg-xauth/.footprint index 0756a7a89..44a989dec 100644 --- a/xorg/xorg-xauth/.footprint +++ b/xorg/xorg-xauth/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xauth -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xauth.1 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xauth.1.gz diff --git a/xorg/xorg-xauth/Pkgfile b/xorg/xorg-xauth/Pkgfile index c5b02e310..254913183 100644 --- a/xorg/xorg-xauth/Pkgfile +++ b/xorg/xorg-xauth/Pkgfile @@ -1,6 +1,7 @@ # Description: X authority file utility # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-server name=xorg-xauth @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.b build() { cd xauth-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |