diff options
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 |