aboutsummaryrefslogtreecommitdiff
path: root/app/office
diff options
context:
space:
mode:
Diffstat (limited to 'app/office')
-rwxr-xr-xapp/office/broffice/broffice.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/office/broffice/broffice.SlackBuild b/app/office/broffice/broffice.SlackBuild
index 1b36375b..be0e8c4d 100755
--- a/app/office/broffice/broffice.SlackBuild
+++ b/app/office/broffice/broffice.SlackBuild
@@ -7,9 +7,9 @@
CWD=`pwd`
# ---- Inicializa variáveis com o slackbuild ------------
-if [ -e "/root/.slackbuildrc" ]; then
- source /root/.slackbuildrc
-elif [ -e "/etc/slackbuildrc" ]; then
+if [ -e ~/.slackbuildrc ]; then
+ source ~/.slackbuildrc
+elif [ -e /etc/slackbuildrc ]; then
source /etc/slackbuildrc
fi