[or-cvs] r11371: Add force option to patch for patches that don't apply to th (incognito/trunk)

double at seul.org double at seul.org
Tue Sep 4 15:32:17 UTC 2007


Author: double
Date: 2007-09-04 11:32:17 -0400 (Tue, 04 Sep 2007)
New Revision: 11371

Modified:
   incognito/trunk/fsscript.sh
Log:
Add force option to patch for patches that don't apply to the tiny version.


Modified: incognito/trunk/fsscript.sh
===================================================================
--- incognito/trunk/fsscript.sh	2007-09-04 10:45:12 UTC (rev 11370)
+++ incognito/trunk/fsscript.sh	2007-09-04 15:32:17 UTC (rev 11371)
@@ -3,7 +3,7 @@
 
 # Perform patches
 for PATCH in $(ls /var/patches); do
-	( cd / && patch -p0 < /var/patches/${PATCH} )
+	( cd / && patch -f -p0 < /var/patches/${PATCH} )
 done
 rm -rf /var/patches
 



More information about the tor-commits mailing list