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