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 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'patches/php/php-pgsql.SlackBuild') 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} -- cgit v1.2.3