aboutsummaryrefslogtreecommitdiff
path: root/patches/mysql/mysql.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/mysql/mysql.SlackBuild')
-rwxr-xr-xpatches/mysql/mysql.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/mysql/mysql.SlackBuild b/patches/mysql/mysql.SlackBuild
index 632a4926..c370ce04 100755
--- a/patches/mysql/mysql.SlackBuild
+++ b/patches/mysql/mysql.SlackBuild
@@ -13,8 +13,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="mysql"