commit: 188b45c80a4c39f7e6224a6a120d03e728a08fd3 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jun 8 14:42:33 2017 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Jun 9 14:54:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=188b45c8
fix old typo scripts/texlive/tlpsrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile index ffeac0d..e35bcd9 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -159,7 +159,7 @@ ebuilds: dist $(DESC:%=%.desc) $(DESC:%=%.ebuild) $(DESC:%=%.deps) tlpobj: $(DESC:%=%.tlpobj) -tlpobj: $(DESC:%=%.tlplic) +tlplic: $(DESC:%=%.tlplic) licenselist: $(DESC:%=%.licenselist) $(EXTRA_DIST:%=%.licenselist)
