aboutsummaryrefslogtreecommitdiff
path: root/patches/openssl/openssl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/openssl/openssl.SlackBuild')
-rwxr-xr-xpatches/openssl/openssl.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/openssl/openssl.SlackBuild b/patches/openssl/openssl.SlackBuild
index 47b59daa..bc5d7420 100755
--- a/patches/openssl/openssl.SlackBuild
+++ b/patches/openssl/openssl.SlackBuild
@@ -30,8 +30,8 @@ if [ -f "/etc/slackbuildrc" ]; then
source /etc/slackbuildrc
fi
-if [ -f "~/.slackbuildrc" ]; then
- source ~/.slackbuildrc
+if [ -f "/root/.slackbuildrc" ]; then
+ source /root/.slackbuildrc
fi
PACKAGE="openssl"