packages: adapter - patch -p0 to allow chunked adapterization from outside ...

sparky sparky at pld-linux.org
Tue Dec 1 03:52:24 CET 2009


Author: sparky                       Date: Tue Dec  1 02:52:24 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- patch -p0 to allow chunked adapterization from outside package directory

---- Files affected:
packages:
   adapter (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: packages/adapter
diff -u packages/adapter:1.40 packages/adapter:1.41
--- packages/adapter:1.40	Tue Dec  1 03:39:43 2009
+++ packages/adapter	Tue Dec  1 03:52:19 2009
@@ -251,7 +251,7 @@
 								read ans
 								case "$ans" in
 								[yYoO]) # y0 mama
-									patch < $t
+									patch -p0 < $t
 									;;
 								[Q]) # Abort
 									break
@@ -285,3 +285,5 @@
 fi
 
 adapterize
+
+# vim: ts=4:sw=4
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/adapter?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list