Compare commits

...

1 Commits
master ... f14

Author SHA1 Message Date
Thomas Janssen 8dbf1b05dd disabled test, fixed FTBFS, big thanks to Dan Horak 2010-09-29 12:37:10 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -93,9 +93,9 @@ sed -i.path -e 's|lib$|%{_lib}|' -e 's|/usr/local$|%{_prefix}|' Makefile.cfg
# building with smp flags causes random failures
export CFLAGS="%{optflags}"
# test with explicit prefix and echo
make prefix=/usr libdir=%{_lib}
echo %ruby_sitearch
echo `ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] '`
#make prefix=/usr libdir=%{_lib}
#echo %ruby_sitearch
#echo `ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] '`
%install
rm -rf %{buildroot}