From 3d8a25e5a3e70800978239fde5e8d0bc80fdc3b2 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Wed, 8 Dec 2004 08:52:22 +0000 Subject: [PATCH] pre-configure more useful path in apache.sh --- apache/apache.sh | 2 +- apache/apache.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache/apache.sh b/apache/apache.sh index 02922ca1e9..8a2636204c 100644 --- a/apache/apache.sh +++ b/apache/apache.sh @@ -13,7 +13,7 @@ export LD_LIBRARY_PATH="@l_ld_library_path@" # Oracle client support # -#export ORACLE_HOME="/path/to/oracle" +#export ORACLE_HOME="@l_prefix@/libexec/oracle-barebone" #export ORACLE_SID="oracle" #export NLS_LANG="" #export NLS_NUMERIC_CHARACTERS=".," diff --git a/apache/apache.spec b/apache/apache.spec index ba749e2f12..6a5ad314ae 100644 --- a/apache/apache.spec +++ b/apache/apache.spec @@ -66,7 +66,7 @@ Class: BASE Group: Web License: ASF Version: %{V_apache} -Release: 20041130 +Release: 20041208 # package options (suexec related) %option with_suexec yes @@ -1191,7 +1191,7 @@ AutoReqProv: no ) || exit $? # install shell environment script - %{l_shtool} install -c -m 644 \ + %{l_shtool} install -c -m 644 %{l_value -s -a} \ -e 's;@l_path@;%{l_build_path};' \ -e 's;@l_ld_library_path@;%{l_build_ldlp};' \ %{SOURCE apache.sh} \