diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-31 18:51:57 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-31 18:51:57 +0000 |
commit | bd156b7d80aa05bac5b7f24b83e74b6059715d2f (patch) | |
tree | e0a8214ae4b1ded4f50dd0036bd0594fa561019c /courier-authlib | |
parent | c024c7823048f0ae571cebe852411c76696c7663 (diff) | |
download | slackbuilds-bd156b7d80aa05bac5b7f24b83e74b6059715d2f.tar.gz slackbuilds-bd156b7d80aa05bac5b7f24b83e74b6059715d2f.tar.bz2 |
courier-authlib update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@105 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'courier-authlib')
-rwxr-xr-x | courier-authlib/courier-authlib.SlackBuild | 16 |
1 files changed, 8 insertions, 8 deletions
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 |