academic/abntex: Fixed LYXDIR setting in Makefile patch

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
João Felipe Santos 2010-06-14 23:36:41 -05:00 committed by Robby Workman
parent c9c32898be
commit 2e53d783ef

View file

@ -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