]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
courier-authlib update
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 31 Aug 2006 18:51:57 +0000 (18:51 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 31 Aug 2006 18:51:57 +0000 (18:51 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@105 370017ae-e619-0410-ac65-c121f96126d4

courier-authlib/courier-authlib.SlackBuild

index 6eb2ca79d9d1f969be2a025e173f9e2c5987296e..e6eb66ed9a835d923b332a59c356cf14cc4be823 100755 (executable)
@@ -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