#
# refe/lib/refe/pre-setup.rb
#
File.open('config.rb', 'w') {|f|
    f.print(<<EOS)
#
# This file is automatically generated on ReFe installation.
# You can override this value by setting REFE_DATA_DIR
# environment variable.
#
module ReFe
  REFE_DATA_DIR = '#{config('data-dir')}/refe'
end
EOS
}
