From 92cf9665bfcec0b4b2252a1155a345693a0d9ee6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 16 May 2017 05:56:37 +0000 Subject: fix plist file name git-svn-id: svn://tug.org/texlive/trunk@44377 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Master/tlpkg/tlpostcode') diff --git a/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl b/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl index 05bb8333659..687800c009f 100644 --- a/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl +++ b/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl @@ -193,9 +193,9 @@ sub do_install { # /etc/xdg/TUG/TeXworks.conf # /etc/xdg/TeXworks.conf # Mac: - # $HOME/Library/Preferences/org.TUG.TeXworks.plist ?? - # $HOME/Library/Preferences/com.TeXworks.plist ?? - # /Library/Preferences/com.TUG.TeXworks.plist + # $HOME/Library/Preferences/org.tug.TeXworks.plist + # $HOME/Library/Preferences/com.TeXworks.plist + # /Library/Preferences/com.tug.TeXworks.plist # /Library/Preferences/com.TeXworks.plist # Win: # HKEY_CURRENT_USER\Software\TUG\TeXworks @@ -238,10 +238,10 @@ sub do_install { $inifile = "TeXworks.ini"; } elsif ($^O eq "darwin") { $toolsdir = $ENV{'HOME'} . "/Library/TeXworks/configuration"; - $tugdir = $ENV{'HOME'} . "/Library/Preferences"; # needs check TODO - $inifile = "org.TUG.TeXworks.plist"; # TODO needs check - # TODO but as we do not do anything with $tugdir/$inifile (since it - # is a plist file, this is not a problem for now. + $tugdir = $ENV{'HOME'} . "/Library/Preferences"; + $inifile = "org.tug.TeXworks.plist"; + # Just for completeness, as we are not doing adjustments to + # default engines on Mac. For this plist access would ne necessary. } else { $toolsdir = $ENV{'HOME'} . "/.TeXworks/configuration"; my $xdgconfhome = (defined($ENV{'XDG_CONFIG_HOME'}) ? $ENV{'XDG_CONFIG_HOME'} : $ENV{'HOME'} . "/.config"); -- cgit v1.2.3