summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--urpmi.spec2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74ae586e..2677d7e3 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ install:
# install -m 644 autoirpm.deny $(URPMIDIR2)
install -m 644 skip.list $(URPMIDIR2)
install -m 644 man/C/urpm*.5 $(MANDIR)/man5
+ install -m 644 man/C/proxy*.5 $(MANDIR)/man5
install -m 644 man/C/urpm*.8 $(MANDIR)/man8
install urpmi urpme urpmi.addmedia urpmi.update urpmi.removemedia $(SBINDIR)
# install -s autoirpm.update-all $(SBINDIR)
diff --git a/urpmi.spec b/urpmi.spec
index eb40347a..b396a4d6 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -196,7 +196,7 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{_sbindir}/urpme
%{_sbindir}/urpmi.*
%{_mandir}/man?/urpm*
-%{_mandir}/man?/proxy.cfg.5
+%{_mandir}/man?/proxy*
# find_lang isn't able to find man pages yet...
%lang(cs) %{_mandir}/cs/man?/urpm*
%lang(et) %{_mandir}/et/man?/urpm*