Project

General

Profile

« Previous | Next » 

Revision 3a31019a

Added by Ewoud Kohl van Wijngaarden almost 6 years ago

Fixes #23825 - Add exporting to Rakefile.dist

The benefit is that you no longer need the full bundle stack installed.
We also output the generated filename for use in scripts.

View differences:

Rakefile.dist
require 'rake/clean'
load File.join(__dir__, 'lib', 'tasks', 'pkg.rake')
BUILDDIR = File.expand_path(ENV['BUILDDIR'] || '_build')
PREFIX = ENV['PREFIX'] || '/usr/local'

Also available in: Unified diff