diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:38:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:38:28 +0100 |
commit | a9b5de09c2de78610bf4a70926f726b63260d0a0 (patch) | |
tree | 80fd27d06685e2e7ba3745245ee467ff851e82ba /xorg | |
parent | e8074c90defe92664bc7451bdc0802a1d09e20b6 (diff) | |
download | nutyx-extra-a9b5de09c2de78610bf4a70926f726b63260d0a0.tar.gz nutyx-extra-a9b5de09c2de78610bf4a70926f726b63260d0a0.tar.bz2 nutyx-extra-a9b5de09c2de78610bf4a70926f726b63260d0a0.tar.xz nutyx-extra-a9b5de09c2de78610bf4a70926f726b63260d0a0.zip |
maj xorg-mkfontscale#1.0.6-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-mkfontscale/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-mkfontscale/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-mkfontscale/.footprint b/xorg/xorg-mkfontscale/.footprint index 45f9f9220..b7fb5e6cc 100644 --- a/xorg/xorg-mkfontscale/.footprint +++ b/xorg/xorg-mkfontscale/.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/mkfontscale -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mkfontscale.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/mkfontscale.1.gz diff --git a/xorg/xorg-mkfontscale/Pkgfile b/xorg/xorg-mkfontscale/Pkgfile index 5ee45810c..772182909 100644 --- a/xorg/xorg-mkfontscale/Pkgfile +++ b/xorg/xorg-mkfontscale/Pkgfile @@ -1,6 +1,7 @@ # Description: Create an index of scalable X font files # 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-libx11, xorg-libfontenc, freetype name=xorg-mkfontscale @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/mkfontscale-$version build() { cd mkfontscale-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |