From ec9f7461af898b55b29f218067c7d4ddc294aae0 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 9 Apr 2012 17:03:16 -0400 Subject: [PATCH] Use STAFF_CLIENT_STAMP_ID, not STAFF_CLIENT_BUILD_ID With recent changes to staff client builds, STAFF_CLIENT_STAMP_ID is now the preferred environment variable to use. Signed-off-by: Dan Scott --- installation/server_upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/server_upgrade.txt b/installation/server_upgrade.txt index a59aa00cd7..56f719bdc2 100644 --- a/installation/server_upgrade.txt +++ b/installation/server_upgrade.txt @@ -115,7 +115,7 @@ make [source, bash] ------------------------------------------------------------ cd /home/opensrf/Evergreen-ILS-2.2-beta1 -make STAFF_CLIENT_BUILD_ID=rel_2_2_beta1 install +make STAFF_CLIENT_STAMP_ID=rel_2_2_beta1 install ------------------------------------------------------------ + . As the root user, change all files to be owned by the opensrf user and group: -- 2.43.2