From 9c3e267dd404d0827f6a20a9940b89aa9234eeb6 Mon Sep 17 00:00:00 2001 From: rudson Date: Wed, 15 Nov 2006 17:18:39 +0000 Subject: os ~/.slackbuilds git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@645 370017ae-e619-0410-ac65-c121f96126d4 --- patches/php/php-pgsql.SlackBuild | 8 +++----- patches/php/php.SlackBuild | 8 +++----- patches/php/php4-snapshot.SlackBuild | 8 +++----- 3 files changed, 9 insertions(+), 15 deletions(-) (limited to 'patches/php') diff --git a/patches/php/php-pgsql.SlackBuild b/patches/php/php-pgsql.SlackBuild index 04dfeb23..fdbaef10 100755 --- a/patches/php/php-pgsql.SlackBuild +++ b/patches/php/php-pgsql.SlackBuild @@ -22,14 +22,12 @@ fi CWD="`pwd`" -if [ -f "/etc/slackbuildrc" ]; then +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then source /etc/slackbuildrc fi -if [ -f "/root/.slackbuildrc" ]; then - source /root/.slackbuildrc -fi - PACKAGE="php" PACKAGE_NAME="php-pgsql" # this is beacuse we're build with pgsql support VERSION=${VERSION:=4.4.4} diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 816f25d2..ed96c4ab 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -21,14 +21,12 @@ fi CWD="`pwd`" -if [ -f "/etc/slackbuildrc" ]; then +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then source /etc/slackbuildrc fi -if [ -f "/root/.slackbuildrc" ]; then - source /root/.slackbuildrc -fi - PACKAGE="php" VERSION=${VERSION:=4.4.4} PINE=${PINE:=4.64} diff --git a/patches/php/php4-snapshot.SlackBuild b/patches/php/php4-snapshot.SlackBuild index cfd1f06f..1f4f8de6 100755 --- a/patches/php/php4-snapshot.SlackBuild +++ b/patches/php/php4-snapshot.SlackBuild @@ -22,14 +22,12 @@ fi CWD="`pwd`" -if [ -f "/etc/slackbuildrc" ]; then +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then source /etc/slackbuildrc fi -if [ -f "/root/.slackbuildrc" ]; then - source /root/.slackbuildrc -fi - PACKAGE="php" VERSION=${VERSION:=4.4.4} SNAP_VERSION=${SNAP_VERSION:=200611041530} -- cgit v1.2.3