From e2e89e2f53ec0156ffaa64068974a088768a63d4 Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 13 Nov 2006 00:29:04 +0000 Subject: fixed slackbuilrc evaluation in a lot of scripts git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@618 370017ae-e619-0410-ac65-c121f96126d4 --- patches/openssh/openssh.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches/openssh') 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" -- cgit v1.2.3