already know. Easy to use and easy to configure, but potent in the hands of power users. Chris Petrik (chris@officialunix.com) WWW: http://purepistos.net/diakonos PR: 136213 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
11 lines
258 B
Ruby
11 lines
258 B
Ruby
|
|
module Diakonos
|
|
INSTALL_SETTINGS = {
|
|
:prefix => "%%PREFIX%%",
|
|
:bin_dir => "%%PREFIX%%/bin",
|
|
:doc_dir => "%%DOCSDIR%%",
|
|
:help_dir => "%%DOCSDIR%%/help",
|
|
:conf_dir => "%%PREFIX%%/etc",
|
|
:lib_dir => "%%RUBY_SITELIBDIR%%",
|
|
}
|
|
end
|