OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-100-g41d321e
Gerrit Code Review
gerrit@openafs.org
Wed, 21 Jul 2010 11:29:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit 41d321e900ccb99120a49980c24d44f206075f17
Author: Russ Allbery <rra@stanford.edu>
Date: Wed Jul 21 10:36:21 2010 -0700
Don't cd around invocations of install-man
install-man is a config.status-generated script, so Autoconf will
substitute in the path to our install-sh script, but Autoconf prefers
relative paths that are only valid in the directory in which
install-man is generated. We therefore must avoid changing directories
before calling install-man.
Instead of cd, use relative paths including the directory and adjust
the installation path accordingly.
Change-Id: I8666257b9d74fa80cf7f136bd0ee6ff895897066
Reviewed-on: http://gerrit.openafs.org/2460
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
doc/man-pages/Makefile.in | 20 ++++----------------
1 files changed, 4 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository