mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/abntex: Fixed LYXDIR setting in Makefile patch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c9c32898be
commit
2e53d783ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue