From: Scott Cantor Date: Wed, 27 Aug 2008 15:56:56 +0000 (+0000) Subject: Fix %check target in specfiles. X-Git-Tag: 1.3.2~16 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=dfacc7f5427e0608dbaf31d009e941cc133edc20;p=shibboleth%2Fcpp-sp.git Fix %check target in specfiles. --- diff --git a/shibboleth.spec.in b/shibboleth.spec.in index ea24e92..359db73 100644 --- a/shibboleth.spec.in +++ b/shibboleth.spec.in @@ -63,7 +63,7 @@ extensions using the Shibboleth runtime libraries. find $RPM_BUILD_ROOT/%{_libexecdir} -type f -or -type l | %{__sed} -e "s|$RPM_BUILD_ROOT||" | sort > rpm.filelist -%check || : +%check %{__make} check %clean