]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
install-man.mk: tfix
authorAlejandro Colomar <alx@kernel.org>
Sat, 8 Apr 2023 22:49:19 +0000 (00:49 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 8 Apr 2023 22:49:19 +0000 (00:49 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/install-man.mk

index 21359cff5f6a56f6538d13210166439f5f404a19..76f57b142e9643e7855903e84bdbfde0cdfea8b7 100644 (file)
@@ -167,7 +167,7 @@ $(_manpages):
                $@
 ifeq ($(LINK_PAGES),symlink)
        if $(GREP) '^\.so ' <$@ >/dev/null; then \
-               $(GREP) '\.so ' <$@ \
+               $(GREP) '^\.so ' <$@ \
                | $(SED) 's,^\.so \(.*\),../\1,' \
                | $(XARGS) -I tgt $(LN) -fsT tgt $@; \
        fi