aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
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"