From: cantor Date: Thu, 6 Aug 2009 18:12:51 +0000 (+0000) Subject: Ignore unit test file if not present. X-Git-Tag: 1.4.1~215 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=c9da841ab645f19bae0f27a1f1c271813288bae1 Ignore unit test file if not present. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@617 de75baf8-a10c-0410-a50a-987c0e22f00f --- 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