From 85f386686d5e497f5a616eccac918c16eedb2996 Mon Sep 17 00:00:00 2001 From: alzr Date: Mon, 5 Aug 2013 14:33:07 -0500 Subject: [PATCH] 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 --- docs/installation/server_upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------------------------------------------------ + -- 2.43.2