diff options
Diffstat (limited to 'patches/apache/apache.SlackBuild')
| -rwxr-xr-x | patches/apache/apache.SlackBuild | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/apache/apache.SlackBuild b/patches/apache/apache.SlackBuild index bbe19b65..81eea967 100755 --- a/patches/apache/apache.SlackBuild +++ b/patches/apache/apache.SlackBuild @@ -13,8 +13,8 @@ if [ -f "/etc/slackbuildrc" ]; then    source /etc/slackbuildrc  fi -if [ -f "~/.slackbuildrc" ]; then -  source ~/.slackbuildrc +if [ -f "/root/.slackbuildrc" ]; then +  source /root/.slackbuildrc  fi  APACHE_VER=${APACHE_VER:=1.3.37}  | 
