diff options
-rw-r--r-- | Master/tlpkg/etc/tlrepo-from-minimals.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/etc/tlrepo-from-minimals.pl b/Master/tlpkg/etc/tlrepo-from-minimals.pl index 881a9d063fd..0d6115cfd38 100644 --- a/Master/tlpkg/etc/tlrepo-from-minimals.pl +++ b/Master/tlpkg/etc/tlrepo-from-minimals.pl @@ -3,6 +3,11 @@ # tlrepo-from-minimals.pl # Copyright 2008 Norbert Preining # Licensed under GPLv2 or higher +# +# TODO: +# - TLPDB->from_files uses find -wholename which is not supported on Mac +# - adjust revision numbers based on the revision number in the TL tlpdb +# AND in the former minimal tlpdb BEGIN { $^W = 1; |