diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-13 12:15:26 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-13 12:15:26 +0100 |
commit | f7fcde73f249a77d17f46881158fee6ef434a68e (patch) | |
tree | bb9adfabec5871c25efd9e38dc47700480f0c45f /xorg | |
parent | 355797ab8e7004043d61f710f0e27ff3476b6280 (diff) | |
download | nutyx-pakxe-f7fcde73f249a77d17f46881158fee6ef434a68e.tar.gz nutyx-pakxe-f7fcde73f249a77d17f46881158fee6ef434a68e.tar.bz2 nutyx-pakxe-f7fcde73f249a77d17f46881158fee6ef434a68e.tar.xz nutyx-pakxe-f7fcde73f249a77d17f46881158fee6ef434a68e.zip |
xorg-iceauth, maj emplacement de man et footprint
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-iceauth/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-iceauth/Pkgfile | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/xorg/xorg-iceauth/.footprint b/xorg/xorg-iceauth/.footprint index 41ed62b86..176983bca 100644 --- a/xorg/xorg-iceauth/.footprint +++ b/xorg/xorg-iceauth/.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/iceauth -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/iceauth.1.gz +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/iceauth.1.gz diff --git a/xorg/xorg-iceauth/Pkgfile b/xorg/xorg-iceauth/Pkgfile index 144bd07a8..04723649f 100644 --- a/xorg/xorg-iceauth/Pkgfile +++ b/xorg/xorg-iceauth/Pkgfile @@ -11,7 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar build() { cd iceauth-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |