[Koha-bugs] [Bug 25586] Something wrong with KOHA_HOME (?)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 4 15:35:36 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25586

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
KOHA_HOME can be:
 * /usr/share/koha  # pkg install
 * /kohadevbox/koha # dev install (or another path ofc, the one in the
intranetdir config)


Weird thing:
 * debian/scripts/koha-plack

392             adjust_paths_dev_install $name
393             export DEV_INSTALL
394             export KOHA_HOME
395            
PERL5LIB=$PERL5LIB:$KOHA_HOME/installer:$KOHA_HOME/lib/installer

On a pkg install we don't have /usr/share/koha/installer or
/usr/share/koha/lib/installer
On a dev instal we don't have /kohadevbox/koha/lib

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list