diff options
Diffstat (limited to 'efl/emotion/emotion.SlackBuild')
-rwxr-xr-x | efl/emotion/emotion.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/efl/emotion/emotion.SlackBuild b/efl/emotion/emotion.SlackBuild index 3b0639a5..d3f3905e 100755 --- a/efl/emotion/emotion.SlackBuild +++ b/efl/emotion/emotion.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 |