From f0f479c926775ca45fd119616e8972e2196cc05f Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 6 Aug 2009 18:12:51 +0000 Subject: [PATCH] Ignore unit test file if not present. --- xmltooling.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmltooling.spec.in b/xmltooling.spec.in index ee6dd36..d174f95 100644 --- a/xmltooling.spec.in +++ b/xmltooling.spec.in @@ -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 -- 2.1.4