diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-08 16:42:33 +0200 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-09 17:54:33 +0300 |
commit | 188b45c80a4c39f7e6224a6a120d03e728a08fd3 (patch) | |
tree | 8201a30fb9d88235ca3e7d44b72b32c8feea0a35 /scripts | |
parent | fix blocker for tl formats extra (diff) | |
download | tex-188b45c80a4c39f7e6224a6a120d03e728a08fd3.tar.gz tex-188b45c80a4c39f7e6224a6a120d03e728a08fd3.tar.bz2 tex-188b45c80a4c39f7e6224a6a120d03e728a08fd3.zip |
fix old typo
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |