diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-20 13:46:11 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-20 13:49:38 +0300 |
commit | 9853826c16f200fd8e9fd79022c80572ec6fe05c (patch) | |
tree | b598c76adc30e034cbf99d4585c399e98393af1d /eclass/texlive-module.eclass | |
parent | media-gfx/evoluspencil: avoid debuging symbol collision (diff) | |
download | gentoo-9853826c16f200fd8e9fd79022c80572ec6fe05c.tar.gz gentoo-9853826c16f200fd8e9fd79022c80572ec6fe05c.tar.bz2 gentoo-9853826c16f200fd8e9fd79022c80572ec6fe05c.zip |
Revert "texlive-module.eclass: fix a typo"
This reverts commit 41395781bdd5273180dab60e24240cdc806f53fd.
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index f80f1cdfe3e0..0239e90eb921 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -367,7 +367,7 @@ texlive-module_src_install() { fi [[ -n ${TEXLIVE_MODULE_BINSCRIPTS} ]] && dobin_texmf_scripts ${TEXLIVE_MODULE_BINSCRIPTS} - if [[ -n ${TEXLIVE_MODULE_BINLINKS} ]] ; then + if [[ -n ${TEXLIVE_MODULE_BINLINKS} ] ; then for i in ${TEXLIVE_MODULE_BINLINKS} ; do [[ -f "${ED}/usr/bin/${i%:*} ]] || die "Trying to install an invalid BINLINK. This should not happen. Please file a bug." dosym ${i%:*} /usr/bin/${i#*:} |