Author: logie
Date: Thu Oct 11 04:15:59 2012
New Revision: 1396900
URL: http://svn.apache.org/viewvc?rev=1396900&view=rev
Log:
Corrected the LEMON_SRC_DIR relative pathing
Modified:
lucy/trunk/clownfish/compiler/ruby/Rakefile
Modified: lucy/trunk/clownfish/compiler/ruby/Rakefile
URL:
http://svn.apache.org/viewvc/lucy/trunk/clownfish/compiler/ruby/Rakefile?rev=1396900&r1=1396899&r2=1396900&view=diff
==============================================================================
--- lucy/trunk/clownfish/compiler/ruby/Rakefile (original)
+++ lucy/trunk/clownfish/compiler/ruby/Rakefile Thu Oct 11 04:15:59 2012
@@ -23,7 +23,7 @@ end
CLOWNFISH_RUBY_DIR = File.absolute_path('.')
CLOWNFISH_INCLUDE_DIR = File.join('..','include')
CLOWNFISH_SRC_DIR = File.join('..','src')
-LEMON_SRC_DIR = File.join('..','..','lemon')
+LEMON_SRC_DIR = File.join('..','..','..','lemon')
RUBY_EXT_CFC = File.join('.','ext','Clownfish')
desc "Build lemon"