diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xhost/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xhost/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg/xorg-xhost/.footprint b/xorg/xorg-xhost/.footprint index 827f44ee5..696f5ac98 100644 --- a/xorg/xorg-xhost/.footprint +++ b/xorg/xorg-xhost/.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/xhost -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xhost.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/xhost.1.gz diff --git a/xorg/xorg-xhost/Pkgfile b/xorg/xorg-xhost/Pkgfile index c18482ebb..0e42e8b82 100644 --- a/xorg/xorg-xhost/Pkgfile +++ b/xorg/xorg-xhost/Pkgfile @@ -5,13 +5,13 @@ name=xorg-xhost version=1.0.2 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2) build() { cd xhost-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |