summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorFrédéric Bothamy2008-01-13 06:35:51 +0100
committerKarel Zak2008-01-14 10:31:45 +0100
commit2dd88c0682bb6c10a83d1e78a198142d2147e35d (patch)
tree6cceaaecbd78918208592d39d92d01c583296554 /sys-utils
parentbuild-sys: add AC_CANONICAL_HOST (diff)
downloadkernel-qcow2-util-linux-2dd88c0682bb6c10a83d1e78a198142d2147e35d.tar.gz
kernel-qcow2-util-linux-2dd88c0682bb6c10a83d1e78a198142d2147e35d.tar.xz
kernel-qcow2-util-linux-2dd88c0682bb6c10a83d1e78a198142d2147e35d.zip
sys-utils: correct setarch.8 manpage link creation
At least on Debian, .so commands are relative to the man directory (e.g., /usr/share/man), not to the subdirectory: % man i386 man: can't open /usr/share/man/setarch.8: No such file or directory No manual entry for i386 See also http://bugs.debian.org/453245 Addresses-Debian-Bug: #453245 Signed-off-by: Frédéric Bothamy <frederic.bothamy@free.fr> Signed-off-by: LaMont Jones <lamont@debian.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index 8c837e8f2..96583a450 100644
--- a/sys-utils/Makefile.am
+++ b/sys-utils/Makefile.am
@@ -76,10 +76,10 @@ man_MANS = $(RDEV_MAN_LINKS) $(SETARCH_MAN_LINKS)
CLEANFILES = $(man_MANS)
$(RDEV_MAN_LINKS): rdev.8
- echo ".so rdev.8" > $@
+ echo ".so man8/rdev.8" > $@
$(SETARCH_MAN_LINKS): setarch.8
- echo ".so setarch.8" > $@
+ echo ".so man8/setarch.8" > $@
install-exec-hook:
for I in $(RDEV_LINKS); do \