From cab33acee9f40ac8ceaf74785cf4f001fcdbc088 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 13 Nov 2010 21:07:31 +0000 Subject: [PATCH] fixed dup section names git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6127 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compiler.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/compiler.but b/Docs/src/compiler.but index 483f03a6..28818a4c 100644 --- a/Docs/src/compiler.but +++ b/Docs/src/compiler.but @@ -101,7 +101,7 @@ This option makes the compiler use an external EXE packer (such as \W{http://www \c !packhdr "$%TEMP%\exehead.tmp" '"C:\Program Files\UPX\upx.exe" "$%TEMP%\exehead.tmp"' -\S1{packhdr} !finalize +\S1{finalize} !finalize \c command @@ -170,7 +170,7 @@ You can use these standard predefines to automatically add the build time to the Current script name. -\S1{prefile} $\{__FILEDIR__\} +\S1{prefiledir} $\{__FILEDIR__\} Current script directory.