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