diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
commit | 264c729cceb4358253c01878311fcda7212e82c4 (patch) | |
tree | 90eec2451804f1f6e4ecb8ecd6b1980da21628e4 /xorg-mkfontscale | |
parent | 1cbf7c39b58109352f9a85238abdcb7f9d2c3e44 (diff) | |
download | xorg-264c729cceb4358253c01878311fcda7212e82c4.tar.gz xorg-264c729cceb4358253c01878311fcda7212e82c4.tar.xz |
xorg-mkfontscale: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-mkfontscale')
-rw-r--r-- | xorg-mkfontscale/.footprint | 7 | ||||
-rw-r--r-- | xorg-mkfontscale/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-mkfontscale/.footprint b/xorg-mkfontscale/.footprint index 45f9f922..b7fb5e6c 100644 --- a/xorg-mkfontscale/.footprint +++ b/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-mkfontscale/Pkgfile b/xorg-mkfontscale/Pkgfile index 314cc0dc..7c42cd94 100644 --- a/xorg-mkfontscale/Pkgfile +++ b/xorg-mkfontscale/Pkgfile @@ -5,13 +5,13 @@ name=xorg-mkfontscale version=1.1.2 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/mkfontscale-$version.tar.bz2) build() { cd mkfontscale-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |