Mercurial > hg > octave-lyh
diff scripts/pkg/pkg.m @ 6937:ee12d56c4200
[project @ 2007-10-01 10:08:31 by dbateman]
author | dbateman |
---|---|
date | Mon, 01 Oct 2007 10:08:31 +0000 |
parents | 1401a79af68c |
children | 4fa8d8a804fb |
line wrap: on
line diff
--- a/scripts/pkg/pkg.m +++ b/scripts/pkg/pkg.m @@ -191,7 +191,7 @@ if (prefix == -1) if (global_install) prefix = fullfile (OCTAVE_HOME (), "share", "octave", "packages"); - archprefix = fullfile (OCTAVE_HOME (), "libexec", "octave", "packages"); + archprefix = fullfile (octave_config_info ("libexecdir"), "octave", "packages"); else prefix = fullfile ("~", "octave"); archprefix = prefix;