[reposurgeon/el6: 8/9] No %_pkgdocdir on the branch

Christopher Meng cicku at fedoraproject.org
Thu Feb 20 06:11:24 UTC 2014


commit dc9732b71e959e51e79c305c4ecda14ce60ed149
Author: Christopher Meng <i at cicku.me>
Date:   Thu Feb 20 14:10:07 2014 +0800

    No %_pkgdocdir on the branch

 reposurgeon.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/reposurgeon.spec b/reposurgeon.spec
index bf5d0b6..49aecbc 100644
--- a/reposurgeon.spec
+++ b/reposurgeon.spec
@@ -26,7 +26,7 @@ make %{?_smp_mflags}
 %install
 make install INSTALL="install -p" target="%{buildroot}%{_prefix}"
 # We use %%doc to install docs.
-rm -rfv %{buildroot}%{_pkgdocdir}
+rm -rfv %{buildroot}%{_docdir}
 
 %check
 make check


More information about the scm-commits mailing list