Fix copyrights in various recipes. No functional change intended.

This commit is contained in:
Augustin Cavalier
2015-06-08 10:54:00 -04:00
parent 43d3c27445
commit 42cc1eac74
32 changed files with 83 additions and 83 deletions

View File

@@ -5,7 +5,7 @@ comprehensive TeX system. It includes all the major TeX-related programs, macro
that are free software, including support for many languages around the world.
"
HOMEPAGE="http://tug.org/texlive/"
COPYRIGHT="Copyright 1996 by collaboration between the TeX user groups."
COPYRIGHT="1996 by collaboration between the TeX user groups."
LICENSE="GNU GPL v2"
SRC_URI="ftp://tug.org/historic/systems/texlive/2014/texlive-20140525-source.tar.xz"
SRC_URI_2="ftp://tug.org/historic/systems/texlive/2014/texlive-20140525-texmf.tar.xz"
@@ -610,14 +610,14 @@ BUILD()
{
# disable the install-bin-links target
sed -i -e 's/!WIN32/WIN32/g' am/bin_links.am
libtoolize --force --copy --install
autoreconf
mkdir -p ../build && cd ../build
# may need to run this super early to ensure everything gets the right value...
fixKSearchPaths
# don't use secondary arch bindir
runConfigure --omit-buildspec --omit-dirs "binDir sbinDir" $sourceDir/configure \
--bindir=$prefix/bin --sbindir=$prefix/bin --disable-native-texlive-build --disable-cxx-runtime-hack \
@@ -676,7 +676,7 @@ I
# somewhere along the way, a texmf.cnf gets created with ALL the wrong paths...
# replace it with the known working version
cp -f $dataDir/texmf-dist/web2c/texmf.cnf $dataDir/texlive/texmf-dist/web2c/texmf.cnf
# some reason, this doesn't get created, which we need
if [ ! -e $prefix/bin/mktexfmt ] ; then
ln -s $prefix/bin/fmtutil $prefix/bin/mktexfmt
@@ -694,7 +694,7 @@ I
# devel package
packageEntries devel \
$developDir
exit 1
}