From 725e13037b5a55e1b88aeba76ded41eb2d579f83 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 6 Aug 2009 18:05:15 +0000 Subject: [PATCH] Fix rm macro. --- xmltooling.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmltooling.spec.in b/xmltooling.spec.in index 97756d5..ee6dd36 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} $RPM_BUILD_ROOT/%{_bindir}/xmltoolingtest %check %{__make} check -- 2.1.4