diff options
Diffstat (limited to 'patches/openssh/openssh.SlackBuild')
-rwxr-xr-x | patches/openssh/openssh.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/openssh/openssh.SlackBuild b/patches/openssh/openssh.SlackBuild index 95c62058..dab2a5d7 100755 --- a/patches/openssh/openssh.SlackBuild +++ b/patches/openssh/openssh.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="openssh" |