aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-31 18:05:21 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-31 18:05:21 +0000
commit1023f3b79eff4c8d9dca60c66be257f4c13714d5 (patch)
tree36d5a3533fccccdd4081dc7d26f47c9ce6ef40df /patches
parenta48eb65fdc2dbc70d1bdff189b661deabb41bfff (diff)
downloadslackbuilds-1023f3b79eff4c8d9dca60c66be257f4c13714d5.tar.gz
slackbuilds-1023f3b79eff4c8d9dca60c66be257f4c13714d5.tar.bz2
bin update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@90 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/bin/bin.SlackBuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/bin/bin.SlackBuild b/patches/bin/bin.SlackBuild
index 20cf4b3f..97e7cf7c 100755
--- a/patches/bin/bin.SlackBuild
+++ b/patches/bin/bin.SlackBuild
@@ -8,6 +8,14 @@
CWD="`pwd`"
+if [ -f "/etc/slackbuildrc" ]; then
+ source /etc/slackbuildrc
+fi
+
+if [ -f "~/.slackbuildrc" ]; then
+ source ~/.slackbuildrc
+fi
+
VERSION=10.2
ARCH=${ARCH:=x86_64}
BUILD="1rha"