Skip to content

Commit

Permalink
Revert "texlive-module.eclass: fix a typo"
Browse files Browse the repository at this point in the history
This reverts commit 4139578.

Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Jan 20, 2020
1 parent 0db22df commit 9853826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/texlive-module.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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#*:}
Expand Down

0 comments on commit 9853826

Please sign in to comment.