diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xrestop/.footprint | 7 | ||||
-rw-r--r-- | xorg/xrestop/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xrestop/.footprint b/xorg/xrestop/.footprint index 6bd33adaa..ab790f9eb 100644 --- a/xorg/xrestop/.footprint +++ b/xorg/xrestop/.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/xrestop -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xrestop.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/xrestop.1.gz diff --git a/xorg/xrestop/Pkgfile b/xorg/xrestop/Pkgfile index 5c8b20af0..15a125c66 100644 --- a/xorg/xrestop/Pkgfile +++ b/xorg/xrestop/Pkgfile @@ -1,6 +1,7 @@ # Description: top like tool for monitoring X client/server resource usage # URL: http://freedesktop.org/wiki/Software/xrestop -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxres name=xrestop @@ -11,7 +12,7 @@ source=(http://projects.o-hand.com/sources/$name/$name-$version.tar.gz) build() { cd xrestop-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/share/man make make DESTDIR=$PKG install |