[nip2] Remove %doc from comment

Adam Goode agoode at fedoraproject.org
Fri Aug 6 18:57:41 UTC 2010


commit 5a9476b1a0b25dbe218ab8c447d1a18f66e4be29
Author: Adam Goode <adam at spicenitz.org>
Date:   Fri Aug 6 14:57:15 2010 -0400

    Remove %doc from comment

 nip2.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/nip2.spec b/nip2.spec
index 83b2cb6..c64a49c 100644
--- a/nip2.spec
+++ b/nip2.spec
@@ -47,7 +47,7 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# delete doc (we will get it later with %doc)
+# delete doc (we will get it later)
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/nip2
 
 # the nip2 post install hook seems to run update-mime-database, but we


More information about the scm-commits mailing list