diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:38:19 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:38:19 +0200 |
commit | 691fbf92c1a63d0961cc421ff3bfa52ac8c5d072 (patch) | |
tree | 0afd02856a063c9ca2a67f3c7ac665e1c7bfeaff /xorg | |
parent | 4044a8b0afb9246ce3ce19b1cadc8b30ef48a3c0 (diff) | |
download | nutyx-extra-691fbf92c1a63d0961cc421ff3bfa52ac8c5d072.tar.gz nutyx-extra-691fbf92c1a63d0961cc421ff3bfa52ac8c5d072.tar.bz2 nutyx-extra-691fbf92c1a63d0961cc421ff3bfa52ac8c5d072.tar.xz nutyx-extra-691fbf92c1a63d0961cc421ff3bfa52ac8c5d072.zip |
xorg-xfontsel, maj footprint
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xfontsel/.footprint | 6 | ||||
-rw-r--r-- | xorg/xorg-xfontsel/Pkgfile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg/xorg-xfontsel/.footprint b/xorg/xorg-xfontsel/.footprint index 04943ea2c..a5651acfa 100644 --- a/xorg/xorg-xfontsel/.footprint +++ b/xorg/xorg-xfontsel/.footprint @@ -1,10 +1,10 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xfontsel -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xfontsel.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/xfontsel.1.gz drwxr-xr-x root/root usr/share/X11/ drwxr-xr-x root/root usr/share/X11/app-defaults/ -rw-r--r-- root/root usr/share/X11/app-defaults/XFontSel diff --git a/xorg/xorg-xfontsel/Pkgfile b/xorg/xorg-xfontsel/Pkgfile index 1b605ce25..3b39cb50b 100644 --- a/xorg/xorg-xfontsel/Pkgfile +++ b/xorg/xorg-xfontsel/Pkgfile @@ -1,6 +1,7 @@ # Description: X font selector # 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-libxaw name=xorg-xfontsel @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xfontsel-$version.ta build() { cd xfontsel-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr --mandir=/usr/share/man make make DESTDIR=$PKG install |