Mercurial > bins
view debian/patches/05_share-man @ 10:f962189bab94
Added tag 1.1.29.e2 for changeset 0f248ad86f9f
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Thu, 16 Oct 2008 00:16:50 +0200 |
parents | c5749e43b1d7 |
children |
line wrap: on
line source
#!/bin/sh -e ## 05-share-man by Martin Michlmayr <tbm@cyrius.com> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Install man pages in the right directory --- bins-1.1.29.orig/install.sh +++ bins-1.1.29/install.sh @@ -36,7 +36,7 @@ DATA="$SHARE/bins" GLADE="$DATA" LOCALE="$SHARE/locale" -MAN="$PREFIX/man/man1" +MAN="$SHARE/man/man1" cd `dirname $0`