diff options
author | Norbert Preining <preining@logic.at> | 2008-10-09 22:34:23 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-09 22:34:23 +0000 |
commit | 23ba2993b09d6fcc40979704651b400d5394d94f (patch) | |
tree | 9d3372efaadeaa71f3a9cefba25d9a31715b1d9b | |
parent | a62cea2ef3063137650f7d50124dd59b3251addc (diff) |
tl-create-nsis expects to be working in CWD=Master
git-svn-id: svn://tug.org/texlive/trunk@10905 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-create-nsis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-create-nsis b/Master/tlpkg/bin/tl-create-nsis index d1302fe628c..b627a78c581 100755 --- a/Master/tlpkg/bin/tl-create-nsis +++ b/Master/tlpkg/bin/tl-create-nsis @@ -111,7 +111,7 @@ EOF print " SetOutPath \"\$INSTDIR\\$dd\"\n"; for my $f (@{$dirtofiles{$d}}) { $f =~ s!/!\\!g; - print " File ..\\..\\..\\$dd\\$f\n"; + print " File $dd\\$f\n"; } } print <<'EOF'; |