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