From 10693bc510ef9bfb7dd9e2ab3334f5d90ff3fed5 Mon Sep 17 00:00:00 2001 From: rudson Date: Sat, 18 Nov 2006 20:20:45 +0000 Subject: limpando o código MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@723 370017ae-e619-0410-ac65-c121f96126d4 --- app/office/broffice/broffice.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/office') 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 -- cgit v1.2.3