[yum-commits] Branch 'yum-3_2_X' - docs/Makefile
skvidal at osuosl.org
skvidal at osuosl.org
Tue Apr 7 14:31:05 UTC 2009
docs/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit a05bdce16040dd77f8ee9e2550906a48097ca4d6
Author: Manuel Amador (Rudd-O) <rudd-o at rudd-o.com>
Date: Tue Apr 7 10:16:00 2009 -0400
apply patch from debian maintainer to make the docs/Makefile work on non-bourne shells (dash)
diff --git a/docs/Makefile b/docs/Makefile
index 379ba2b..dc31d0e 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -6,7 +6,8 @@ clean:
rm -fr epydoc
install:
- mkdir -p $(DESTDIR)/usr/share/man/man{5,8}
+ mkdir -p $(DESTDIR)/usr/share/man/man5
+ mkdir -p $(DESTDIR)/usr/share/man/man8
install -m 644 yum.8 $(DESTDIR)/usr/share/man/man8/yum.8
install -m 644 yum-shell.8 $(DESTDIR)/usr/share/man/man8/yum-shell.8
install -m 644 yum.conf.5 $(DESTDIR)/usr/share/man/man5/yum.conf.5
More information about the Yum-commits
mailing list