aboutsummaryrefslogtreecommitdiff
path: root/dev/tex/latex2html/latex2html.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tex/latex2html/latex2html.SlackBuild')
-rwxr-xr-xdev/tex/latex2html/latex2html.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/tex/latex2html/latex2html.SlackBuild b/dev/tex/latex2html/latex2html.SlackBuild
index 3a3a3bc8..c62140c3 100755
--- a/dev/tex/latex2html/latex2html.SlackBuild
+++ b/dev/tex/latex2html/latex2html.SlackBuild
@@ -7,9 +7,9 @@
CWD=`pwd`
# ---- Inicializa variáveis com o slackbuild ------------
-if [ -e ~/.slackbuildrc ]; then
+if [ -f ~/.slackbuildrc ]; then
source ~/.slackbuildrc
-elif [ -e /etc/slackbuildrc ]; then
+elif [ -f /etc/slackbuildrc ]; then
source /etc/slackbuildrc
fi