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