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/openssl/openssl.SlackBuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'patches/openssl/openssl.SlackBuild') diff --git a/patches/openssl/openssl.SlackBuild b/patches/openssl/openssl.SlackBuild index bc5d7420..50e00f97 100755 --- a/patches/openssl/openssl.SlackBuild +++ b/patches/openssl/openssl.SlackBuild @@ -26,14 +26,12 @@ 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="openssl" VERSION=${VERSION:=0.9.7l} ARCH=${ARCH:=i486} -- cgit v1.2.3