Ignore unit test file if not present.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 18:12:51 +0000 (18:12 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 18:12:51 +0000 (18:12 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@617 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling.spec.in

index ee6dd36..d174f95 100644 (file)
@@ -86,7 +86,7 @@ This package includes files needed for development with xmltooling.
 %install
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 # Don't package unit tester if present.
-%{__rm} $RPM_BUILD_ROOT/%{_bindir}/xmltoolingtest
+%{__rm} -f $RPM_BUILD_ROOT/%{_bindir}/xmltoolingtest
 
 %check
 %{__make} check