From 1ffd3977e578e62a158d0ffc3a530ec05175c3c2 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 30 May 2008 07:25:36 +0000 Subject: [PATCH] removed "|| :" after %check; it seems to cause a build failure --- libcdio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcdio.spec b/libcdio.spec index b9fe508..0170646 100644 --- a/libcdio.spec +++ b/libcdio.spec @@ -64,7 +64,7 @@ cp -a example/{*.c,README} examples cp -a example/C++/{*.cpp,README} examples/C++ -%check || : +%check # disable test using local CDROM %{__sed} -i -e "s,testiso9660\$(EXEEXT),,g" \ -e "s,check_paranoia.sh check_opts.sh, check_opts.sh,g" \