[or-cvs] Stop trying to distribute CLIENTS on windows too

Nick Mathewson nickm at seul.org
Thu Jul 14 23:32:04 UTC 2005


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

Modified Files:
	package_nsis.sh tor.nsi 
Log Message:
Stop trying to distribute CLIENTS on windows too

Index: package_nsis.sh
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/package_nsis.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- package_nsis.sh	1 Apr 2005 16:47:19 -0000	1.8
+++ package_nsis.sh	14 Jul 2005 23:32:01 -0000	1.9
@@ -31,7 +31,7 @@
     perl -pe 's/^\n$/\r\n/mg; s/([^\r])\n$/\1\r\n/mg; s{\@LOCALSTATEDIR\@/(lib|log)/tor/}{C:\\Documents and Settings\\Application Data\\Tor\\}' $1 >$2
 }
 
-for fn in CLIENTS tor-spec.txt HACKING rend-spec.txt control-spec.txt \
+for fn in tor-spec.txt HACKING rend-spec.txt control-spec.txt \
    tor-doc.html tor-doc.css version-spec.txt; do
     clean_newlines doc/$fn win_tmp/doc/$fn
 done

Index: tor.nsi
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/tor.nsi,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- tor.nsi	14 Jul 2005 22:46:41 -0000	1.45
+++ tor.nsi	14 Jul 2005 23:32:01 -0000	1.46
@@ -119,7 +119,6 @@
 
 Section "Documents" Docs
    SetOutPath "$INSTDIR\Documents"
-   File "..\doc\CLIENTS"
    File "..\doc\tor-spec.txt"
    #File "..\doc\FAQ"
    File "..\doc\HACKING"



More information about the tor-commits mailing list