summaryrefslogtreecommitdiff
path: root/xorg-mkfontscale
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
committerMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
commit264c729cceb4358253c01878311fcda7212e82c4 (patch)
tree90eec2451804f1f6e4ecb8ecd6b1980da21628e4 /xorg-mkfontscale
parent1cbf7c39b58109352f9a85238abdcb7f9d2c3e44 (diff)
downloadxorg-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/.footprint7
-rw-r--r--xorg-mkfontscale/Pkgfile4
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

Generated by cgit