TMP="$(pwd)/.tmp";
ADMINDIR="$PREFIX/var/admin";
- prompt "Web domain for OPAC in Staff Client [$NEW_OPAC_URL] "
- read X; if [ ! -z "$X" ]; then NEW_OPAC_URL="$X"; fi;
-
- prompt "Package Name for Staff Client [$NEW_XUL_PACKAGE_NAME] "
- read X; if [ ! -z "$X" ]; then NEW_XUL_PACKAGE_NAME="$X"; fi;
-
- prompt "Package Label for Staff Client [$NEW_XUL_PACKAGE_LABEL] "
- read X; if [ ! -z "$X" ]; then NEW_XUL_PACKAGE_LABEL="$X"; fi;
-
prompt "Apache2 apxs binary [$APXS2] "
read X; if [ ! -z "$X" ]; then APXS2="$X"; fi;
_write "PENALTYRULESDIR=\"$PENALTYRULESDIR\"";
_write "XSLDIR=\"$XSLDIR\"";
- _write "NEW_OPAC_URL=\"$NEW_OPAC_URL\"";
- _write "NEW_XUL_PACKAGE_NAME=\"$NEW_XUL_PACKAGE_NAME\"";
- _write "NEW_XUL_PACKAGE_LABEL=\"$NEW_XUL_PACKAGE_LABEL\"";
-
# print out the targets
STR="TARGETS=(";
for target in ${TARGETS[@]:0}; do
# If you only want to build the client app, then just build evergreen_xul_client.
# --------------------------------------------------------------------
-TARGETS=("opensrf_all" "openils_all" "evergreen_core");
+TARGETS=("opensrf_all" "openils_core" "openils_web" "evergreen_core");
# --------------------------------------------------------------------
# to the published API.
# --------------------------------------------------------------------
-APXS2="/opt/bin/apxs";
+APXS2="/usr/bin/apxs2";
# --------------------------------------------------------------------
# be set when building the mod_ils_gateway C plugin for allowing web
# access to the published API.
# --------------------------------------------------------------------
-APACHE2_HEADERS="/opt/include/";
-APR_HEADERS="/opt/include/";
+APACHE2_HEADERS="/usr/include/apache2";
+APR_HEADERS="/usr/include/apr-1.0/";
# --------------------------------------------------------------------