From: rhatto Date: Thu, 31 Aug 2006 18:51:57 +0000 (+0000) Subject: courier-authlib update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bd156b7d80aa05bac5b7f24b83e74b6059715d2f;p=slackbuilds.git courier-authlib update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@105 370017ae-e619-0410-ac65-c121f96126d4 --- diff --git a/courier-authlib/courier-authlib.SlackBuild b/courier-authlib/courier-authlib.SlackBuild index 6eb2ca79..e6eb66ed 100755 --- a/courier-authlib/courier-authlib.SlackBuild +++ b/courier-authlib/courier-authlib.SlackBuild @@ -5,6 +5,14 @@ CWD="`pwd`" +if [ -f "/etc/slackbuildrc" ]; then + source /etc/slackbuildrc +fi + +if [ -f "~/.slackbuildrc" ]; then + source ~/.slackbuildrc +fi + # default settings PACKAGE="courier-authlib" VERSION=${VERION:=0.58} @@ -14,14 +22,6 @@ TMP=${TMP:=/tmp} REPOS=${REPOS:=$TMP} SRC_DIR=${SRC:=$CWD} -if [ -f "/etc/slackbuildrc" ]; then - source /etc/slackbuildrc -fi - -if [ -f "~/.slackbuildrc" ]; then - source ~/.slackbuildrc -fi - if [ "$ARCH" == "x86_64" ]; then LIBDIR=/usr/lib64 else