Commit 7e2fc17f authored by sirex's avatar sirex

Minor fix.

parent 4998f29d
......@@ -145,7 +145,7 @@ class Recipe(object):
bindir = os.path.join(self.options['location'], 'bin')
s = {
'GEM': os.path.join(bindir, 'gem'),
'GEM': os.path.join(bindir, 'gem1.8'),
'OPTIONS': ' '.join([
'--no-rdoc',
'--no-ri',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment