aboutsummaryrefslogtreecommitdiff
path: root/patches/mutt/mutt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/mutt/mutt.SlackBuild')
-rwxr-xr-xpatches/mutt/mutt.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/patches/mutt/mutt.SlackBuild b/patches/mutt/mutt.SlackBuild
index a7e22c50..ac4123e0 100755
--- a/patches/mutt/mutt.SlackBuild
+++ b/patches/mutt/mutt.SlackBuild
@@ -13,14 +13,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="mutt"
#VERSION=${VERSION:=1.5.6i}
VERSION=${VERSION:=1.5.12}