diff options
Diffstat (limited to 'patches/gnupg/gnupg.SlackBuild')
-rwxr-xr-x | patches/gnupg/gnupg.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/gnupg/gnupg.SlackBuild b/patches/gnupg/gnupg.SlackBuild index 841f4b9d..76685a2b 100755 --- a/patches/gnupg/gnupg.SlackBuild +++ b/patches/gnupg/gnupg.SlackBuild @@ -10,8 +10,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 PACKAGE="gnupg" |