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 --- media/sound/lame/lame.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'media/sound/lame/lame.SlackBuild') diff --git a/media/sound/lame/lame.SlackBuild b/media/sound/lame/lame.SlackBuild index 665220be..f354e71b 100755 --- a/media/sound/lame/lame.SlackBuild +++ b/media/sound/lame/lame.SlackBuild @@ -6,9 +6,9 @@ CWD=`pwd` -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 @@ -35,7 +35,7 @@ ARCH=${ARCH:=i486} SRC_DIR=${SRC:=$CWD} if [ "$VERSION" != "" ]; then # Constroi nome do pacote - SRC=$PACKAGE-$VERSION.$EXTENSION + SRC=$PACKAGE"/root-$VERSION.$EXTENSION else # Remove nome e versão do pacote SRC=$SRC_ORIG -- cgit v1.2.3