summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author João Felipe Santos2010-06-15 06:36:41 +0200
committer Robby Workman2010-06-15 06:36:41 +0200
commit2e53d783ef73373013940cd74a83ff0a75ecc7c9 (patch)
tree430fed2a99db208e95255a14fe01e301e69db024 /academic
parentc9c32898be9b17e1dd65547ad47a0fdd163113c1 (diff)
downloadslackbuilds-2e53d783ef73373013940cd74a83ff0a75ecc7c9.tar.gz
academic/abntex: Fixed LYXDIR setting in Makefile patch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/abntex/Makefile.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/abntex/Makefile.diff b/academic/abntex/Makefile.diff
index cc8f97e591..f72ddef812 100644
--- a/academic/abntex/Makefile.diff
+++ b/academic/abntex/Makefile.diff
@@ -16,7 +16,7 @@
-export LYXDIR=${dir ${shell find /usr/share/lyx -name chkconfig.ltx}}
+export LYXDIR=${dir ${shell find /usr/share/lyx -name chkconfig.ltx}}
+ifneq (${LYXDIR},)
-+export LYXDIR=${DESTDIR}/${LYXDIR}
++export LYXDIR:=${DESTDIR}/${LYXDIR}
+endif
#diretório corrente onde se expandiu o cvs do abntex