texlive2014-bin: xlint.
This commit is contained in:
parent
ac32d312bf
commit
9ff6f9fbe4
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ homepage="http://tug.org/texlive/"
|
|||
license="GPL-2"
|
||||
short_desc="TeX Live Binary distribution through tl-install"
|
||||
depends="cairo pixman graphite t1lib gd poppler libsigsegv
|
||||
zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl
|
||||
ghostscript xz"
|
||||
zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl
|
||||
ghostscript xz"
|
||||
distfiles="http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"
|
||||
checksum=d874cc26ae8cbdbb42fd175ee3a2c2bc6e850d96eb7cc8c283b2caa250ad15ad
|
||||
create_wrksrc=yes
|
||||
|
@ -31,7 +31,7 @@ do_install(){
|
|||
vcopy "install-tl-*/*" /opt/texlive${version}-installer
|
||||
vinstall ${FILESDIR}/void.profile 644 opt/texlive${version}-installer
|
||||
if [ "$build_option_basic" ]; then
|
||||
echo "selected_scheme scheme-basic"
|
||||
echo "selected_scheme scheme-basic"
|
||||
elif [ "$build_option_small" ]; then
|
||||
echo "selected_scheme scheme-small"
|
||||
elif [ "$build_option_medium" = "medium" ];then
|
||||
|
|
Loading…
Reference in a new issue