]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
update postflight to put the man page in the right place on osx.
authorAndrew Lewman <andrew@torproject.org>
Fri, 14 Dec 2007 05:20:38 +0000 (05:20 +0000)
committerAndrew Lewman <andrew@torproject.org>
Fri, 14 Dec 2007 05:20:38 +0000 (05:20 +0000)
clarify license in the mingw.nsi and some minor touch ups.

svn:r12806

contrib/polipo/PolipoPostflight
contrib/polipo/polipo-mingw.nsi

index 4c24c5eb37e4d1dc3ea12045e3c4066aaf0c9b83..a0510bdbd64ee2fb0827af446b77dc0b71ece724 100644 (file)
@@ -42,8 +42,7 @@ if [ ! -f $TARGET/config]; then
 fi
 
 cd /usr/share/man/man1
-MAN1=$TARGET/man/man1
-ln -sf $MAN1/*.1 .
+MAN1=$TARGET/share/man/man1
 
 if [ -d /Library/StartupItems/Polipo ]; then
   find /Library/StartupItems/Polipo -print0 | xargs -0 chown root:wheel
index 89a65cf409463d79f257381b162420630e042c71..8e4f76b06d1b423f10b854234510acd31569ac4e 100644 (file)
@@ -1,20 +1,20 @@
 ;polipo-mingw.nsi - A basic win32 installer for Polipo
 ; Originally written by J Doe.
 ; Modified by Andrew Lewman
-; See LICENSE for licencing information
+; See the Tor LICENSE for licencing information
 ;-----------------------------------------
 ;
 !include "MUI.nsh"
 
-!define VERSION "1.0.3.20070922-darcs"
+!define VERSION "1.0.3"
 !define INSTALLER "polipo-${VERSION}-win32.exe"
 !define WEBSITE "http://www.pps.jussieu.fr/~jch/software/polipo/"
 
 !define LICENSE "COPYING"
-;BIN is where it expects to find polipo.exe
-!define BIN "."
+!define BIN "." ;BIN is where it expects to find polipo.exe
 
-SetCompressor lzma
+SetCompressor /SOLID LZMA ;Tighter compression
+RequestExecutionLevel user ;Updated for Vista compatibility
 OutFile ${INSTALLER}
 InstallDir $PROGRAMFILES\Polipo
 SetOverWrite ifnewer
@@ -32,7 +32,7 @@ VIAddVersionKey "LegalCopyright" "
 VIAddVersionKey "FileDescription" "Polipo is a caching web proxy."
 VIAddVersionKey "FileVersion" "${VERSION}"
 
-!define MUI_WELCOMEPAGE_TITLE "Welcome to the Polipo ${VERSION} Setup Wizard"
+!define MUI_WELCOMEPAGE_TITLE "Welcome to the Polipo Setup Wizard"
 !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Polipo ${VERSION}.\r\n\r\nIf you have previously installed Polipo and it is currently running, please exit Polipo first before continuing this installation.\r\n\r\n$_CLICK"
 !define MUI_ABORTWARNING
 !define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\win-install.ico"