From: alzr Date: Mon, 5 Aug 2013 19:33:07 +0000 (-0500) Subject: LP#1207529: Make sure $PATH includes /openils/bin when configuring X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ccab1981c33f117921628d38311204dd92e849f9;p=evergreen%2Fpines.git LP#1207529: Make sure $PATH includes /openils/bin when configuring https://bugs.launchpad.net/evergreen/+bug/1207529 Signed-off-by: alzr Signed-off-by: Galen Charlton Conflicts: docs/installation/server_upgrade.txt --- diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt index 3aee08de36..5edc76de92 100644 --- a/docs/installation/server_upgrade.txt +++ b/docs/installation/server_upgrade.txt @@ -81,7 +81,7 @@ make -f Open-ILS/src/extras/Makefile.install [distribution] [source, bash] ------------------------------------------------------------ cd /home/opensrf/Evergreen-ILS-2.6.1 -./configure --prefix=/openils --sysconfdir=/openils/conf +PATH=/openils/bin:$PATH ./configure --prefix=/openils --sysconfdir=/openils/conf make ------------------------------------------------------------ +