Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 7 Aug 2017 23:47:46 -0000 1.43 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 17 Dec 2017 20:34:22 -0000 1.44 @@ -35,8 +35,8 @@ return $::acs::rootdir } -proc acs_package_root_dir { package } { - return [file join $::acs::rootdir packages $package] +proc acs_package_root_dir { package_key } { + return [file join $::acs::rootdir packages $package_key] } proc ad_make_relative_path { path } { @@ -955,7 +955,7 @@ Returns the path root for the OpenACS installation. } - -ad_proc -public acs_package_root_dir { package } { +ad_proc -public acs_package_root_dir { package_key } { Returns the path root for a particular package within the OpenACS installation. For example /web/yourserver/packages/foo, i.e., a full file system path with no ending slash. } -