[or-cvs] Backport: Change a +4 to a +5. Apparently, the designeers ...

Nick Mathewson nickm at seul.org
Thu Aug 4 19:23:17 UTC 2005


Update of /home/or/cvsroot/tor/contrib
In directory moria:/tmp/cvs-serv30007/contrib

Modified Files:
      Tag: tor-0_1_0-patches
	tor.nsi 
Log Message:
Backport: Change a +4 to a +5.  Apparently, the designeers of NSI believed that 6502 assembly represented the cutting-edge in language design.

Index: tor.nsi
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/tor.nsi,v
retrieving revision 1.41.2.5
retrieving revision 1.41.2.6
diff -u -d -r1.41.2.5 -r1.41.2.6
--- tor.nsi	3 Aug 2005 17:20:27 -0000	1.41.2.5
+++ tor.nsi	4 Aug 2005 19:23:14 -0000	1.41.2.6
@@ -147,7 +147,7 @@
    CreateShortCut "$SMPROGRAMS\Tor\Torrc.lnk" "Notepad.exe" "$configdir\torrc"
    CreateShortCut "$SMPROGRAMS\Tor\Tor Website.lnk" "$INSTDIR\Tor Website.url"
    CreateShortCut "$SMPROGRAMS\Tor\Uninstall.lnk" "$INSTDIR\Uninstall.exe"
-   IfFileExists "$INSTDIR\Documents\*.*" "" +4
+   IfFileExists "$INSTDIR\Documents\*.*" "" +5
       CreateDirectory "$SMPROGRAMS\Tor\Documents"
       CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Manual.lnk" "$INSTDIR\Documents\tor-doc.html"
       CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Documentation.lnk" "$INSTDIR\Documents"



More information about the tor-commits mailing list