From: Joshua DeWeese <jdewe...@hennypenny.com>

The install receipe would have copied all the manpages to each of the
section folders. This change will do what I believe the original
author had intended.

Signed-off-by: Joshua DeWeese <jdewe...@hennypenny.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 69a1c5a..817a8c1 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ install: all
        for m in $(MANPAGES); \
        do \
                install -d $(DESTDIR)$(mandir)/man$${m##*.}; \
-               install -m 644 $(MANPAGES) $(DESTDIR)$(mandir)/man$${m##*.}; \
+               install -m 644 "$$m" $(DESTDIR)$(mandir)/man$${m##*.}; \
        done
 
 .PHONY: install all
-- 
2.7.4

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to