Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rémy Oudompheng
texlive-localmanager
Commits
78f00238
Commit
78f00238
authored
Jan 13, 2020
by
Rémy Oudompheng
Browse files
Use ReleaseYear from TLConfig
parent
daa34cf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tllocalmgr
View file @
78f00238
...
...
@@ -10,6 +10,7 @@ use Term::ShellUI;
use
Getopt::
Long
;
use
lib
('
tlpkg
',
"
/usr/share/texmf/arch/tlpkg
");
use
TeXLive::
Arch
;
use
TeXLive::
TLConfig
;
die
"
You can't run this program as root
\n
"
if
$ENV
{'
USER
'}
eq
"
root
";
...
...
@@ -18,7 +19,7 @@ my $TEXMFVAR = "/var/lib/texmf";
my
$INSTALLEDPKGS
=
"
$TEXMFVAR
/arch/installedpkgs
";
our
$VERSION
=
"
0.7
";
our
$YEAR
=
"
2018
"
;
our
$YEAR
=
$ReleaseYear
;
my
$CTANBASEURL
=
"
http://mirror.ctan.org/systems/texlive/tlnet
";
my
$ROOT
=
"
$ENV
{HOME}/.texlive/texmf-var/arch
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment