[libunistring] remove redundant rm -rf $RPM_BUILD_ROOT

Pádraig Brady pbrady at fedoraproject.org
Fri Aug 30 01:48:09 UTC 2013


commit 7ec53e82503f189d7dc41416c31b3d2707192675
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Aug 29 15:07:20 2013 +0100

    remove redundant rm -rf $RPM_BUILD_ROOT

 libunistring.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libunistring.spec b/libunistring.spec
index 72438bb..3a94dc8 100644
--- a/libunistring.spec
+++ b/libunistring.spec
@@ -34,7 +34,6 @@ Development files for programs using libunistring.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}.la
@@ -92,10 +91,12 @@ fi
 
 * Sun May 23 2010 Pádraig Brady <P at draigBrady.com> 0.9.3-1
 - Update to 0.9.3
+
 * Thu Nov 19 2009 Pádraig Brady <P at draigBrady.com> 0.9.1-3
 - Remove glibc-devel and texinfo build deps
+
 * Thu Nov 19 2009 Pádraig Brady <P at draigBrady.com> 0.9.1-2
 - Changes as per initial review by panemade at gmail.com
+
 * Tue Nov 17 2009 Pádraig Brady <P at draigBrady.com> 0.9.1-1
 - Initial version
-


More information about the scm-commits mailing list