commit: 17e1d50ba9b2bd50e2bb45a5a18b5dccd8a444fe Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jun 8 14:42:33 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 14:42:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=17e1d50b
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)
