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 | b7b661316abf4650ea6f6a5b86eb92f299c627e6 (patch) | |
tree | a967e5e81edbf7fc20bf897eb46e28bf3fc87700 /xorg-bdftopcf | |
parent | 7a57422b484bf41d247c35ec6cba67feb199d873 (diff) | |
download | xorg-b7b661316abf4650ea6f6a5b86eb92f299c627e6.tar.gz xorg-b7b661316abf4650ea6f6a5b86eb92f299c627e6.tar.xz |
xorg-bdftopcf: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-bdftopcf')
-rw-r--r-- | xorg-bdftopcf/.footprint | 7 | ||||
-rw-r--r-- | xorg-bdftopcf/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-bdftopcf/.footprint b/xorg-bdftopcf/.footprint index 0456b4cd..5b77557f 100644 --- a/xorg-bdftopcf/.footprint +++ b/xorg-bdftopcf/.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/bdftopcf -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/bdftopcf.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/bdftopcf.1.gz diff --git a/xorg-bdftopcf/Pkgfile b/xorg-bdftopcf/Pkgfile index 8159d1db..b9cea40f 100644 --- a/xorg-bdftopcf/Pkgfile +++ b/xorg-bdftopcf/Pkgfile @@ -5,13 +5,13 @@ name=xorg-bdftopcf version=1.0.5 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2) build() { cd bdftopcf-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |