diff --git a/packages/corto/lang/rakefile b/packages/corto/lang/rakefile index f3e4d6a1..b691d19a 100644 --- a/packages/corto/lang/rakefile +++ b/packages/corto/lang/rakefile @@ -4,6 +4,7 @@ LIB = ['rt', 'dl', 'm'] CFLAGS ||= ["-Wunused-parameter"] task :collect do + verbose(false) buildPath = "#{ENV['HOME']}/.corto/pack/lib/corto/#{VERSION}/build" sh "mkdir -p #{buildPath}" sh "cp #{ENV['CORTO_BUILD']}/* #{buildPath}/"