summaryrefslogtreecommitdiff
path: root/Master/tlpkg/etc/dev.permutable-arguments.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/etc/dev.permutable-arguments.patch')
-rw-r--r--Master/tlpkg/etc/dev.permutable-arguments.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/etc/dev.permutable-arguments.patch b/Master/tlpkg/etc/dev.permutable-arguments.patch
index 4cf30b37b53..4d76a47d5ca 100644
--- a/Master/tlpkg/etc/dev.permutable-arguments.patch
+++ b/Master/tlpkg/etc/dev.permutable-arguments.patch
@@ -600,9 +600,10 @@ Index: tlmgr2.pl
} else {
my $tlp = $localtlpdb->get_package($pkg);
- info("saving current status of $pkg to $opt_backupdir${pkg}.r" .
-+ info("saving current status of $pkg to $opts{'backupdir'}${pkg}.r" .
- $tlp->revision . ".\n");
+- $tlp->revision . ".\n");
- if (!$opt_dry) {
++ info("saving current status of $pkg to $opts{'backupdir'}/${pkg}.r" .
++ $tlp->revision . "tar.lzma\n");
+ if (!$opts{"dry-run"}) {
$tlp->make_container("lzma", $localtlpdb->root,
- $opt_backupdir, "${pkg}.r" . $tlp->revision);