From 34f0ce7203836a8959ceb4ebd1e3842832cdb1d7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 6 Aug 2013 01:50:48 +0000 Subject: fix for installation from file git-svn-id: svn://tug.org/texlive/trunk@31361 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 0eeee548afc..abcbd51e599 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -1410,7 +1410,7 @@ sub install_package_files { next; } if ($reloc) { - if ($totlpdb->setting("usertree")) { + if ($self->setting("usertree")) { $tlpobj->cancel_reloc_prefix; } else { $tlpobj->replace_reloc_prefix; @@ -1431,7 +1431,7 @@ sub install_package_files { # Run the post installation code in the postaction tlpsrc entries # in case we are on w32 and the admin did install for himself only # we switch off admin mode - if (win32() && admin() && !$totlpdb->option("w32_multi_user")) { + if (win32() && admin() && !$self->option("w32_multi_user")) { non_admin(); } # for now desktop_integration maps to both installation -- cgit v1.2.3