diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-08 16:42:33 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-08 16:42:33 +0200 |
commit | 17e1d50ba9b2bd50e2bb45a5a18b5dccd8a444fe (patch) | |
tree | d7973824d487f2003be81a5897034ccbfc47939e | |
parent | fix blocker for tl formats extra (diff) | |
download | aballier-17e1d50ba9b2bd50e2bb45a5a18b5dccd8a444fe.tar.gz aballier-17e1d50ba9b2bd50e2bb45a5a18b5dccd8a444fe.tar.bz2 aballier-17e1d50ba9b2bd50e2bb45a5a18b5dccd8a444fe.zip |
fix old typo
-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) |