office/texlive: Fixed banner text in configure
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
aa349ecd5e
commit
ede6f7a741
|
@ -27,7 +27,7 @@
|
|||
|
||||
PRGNAM=texlive
|
||||
VERSION=20120701
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SOURCE_VERS=$VERSION
|
||||
|
@ -94,7 +94,7 @@ mkdir build ; cd build
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--infodir=/usr/info \
|
||||
--with-banner-add='TeX Live 2012/Slackware (rworkman)' \
|
||||
--with-banner-add='TeX Live 2012/Slackware (SlackBuilds.org)' \
|
||||
--disable-native-texlive-build \
|
||||
--enable-largefile \
|
||||
--disable-missing \
|
||||
|
|
Loading…
Reference in New Issue