diff options
Diffstat (limited to 'raptor')
-rwxr-xr-x | raptor/raptor.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raptor/raptor.SlackBuild b/raptor/raptor.SlackBuild index 152bae4b..7e0cd9a6 100755 --- a/raptor/raptor.SlackBuild +++ b/raptor/raptor.SlackBuild @@ -22,8 +22,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 # default settings |