[packages/iproute2] - check-files cleanup

qboosh qboosh at pld-linux.org
Wed Aug 22 21:06:28 CEST 2012


commit f6154b08df6453ba3cf63fdfeba37389769d84b2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Aug 22 21:06:21 2012 +0200

    - check-files cleanup

 iproute2.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/iproute2.spec b/iproute2.spec
index 69146a3..7abc6fe 100644
--- a/iproute2.spec
+++ b/iproute2.spec
@@ -150,7 +150,6 @@ Dokumentacja do iproute zawiera "howto" oraz przykłady ustawień.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_includedir}
 
 %{__make} install \
@@ -168,6 +167,8 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 %endif
 
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/iproute2
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 


More information about the pld-cvs-commit mailing list