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 | 3f50cfd05395e644cc49989cfaa3070ae0d6c42f (patch) | |
tree | 3cf1cfca0535907d17d45edba52d922b65c8eb32 /printproto | |
parent | 672e28e9826c79f1bde727d57c9c8797bcee423d (diff) | |
download | xorg-3f50cfd05395e644cc49989cfaa3070ae0d6c42f.tar.gz xorg-3f50cfd05395e644cc49989cfaa3070ae0d6c42f.tar.xz |
printproto: moved man pages to /usr/share/man
Diffstat (limited to 'printproto')
-rw-r--r-- | printproto/.footprint | 7 | ||||
-rw-r--r-- | printproto/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/printproto/.footprint b/printproto/.footprint index ed88418e..42b89b5e 100644 --- a/printproto/.footprint +++ b/printproto/.footprint @@ -7,6 +7,7 @@ drwxr-xr-x root/root usr/include/X11/extensions/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/printproto.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man7/ --rw-r--r-- root/root usr/man/man7/Xprint.7.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/Xprint.7.gz diff --git a/printproto/Pkgfile b/printproto/Pkgfile index 40af072c..5729269b 100644 --- a/printproto/Pkgfile +++ b/printproto/Pkgfile @@ -4,13 +4,13 @@ name=printproto version=1.0.5 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/proto/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |