[kernel] r5455 - dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches

Martin Michlmayr tbm at costa.debian.org
Mon Jan 16 17:37:31 UTC 2006


Author: tbm
Date: Mon Jan 16 17:37:30 2006
New Revision: 5455

Modified:
   dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/15_interrupt.dpatch
Log:
fix patch path


Modified: dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/15_interrupt.dpatch
==============================================================================
--- dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/15_interrupt.dpatch	(original)
+++ dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/15_interrupt.dpatch	Mon Jan 16 17:37:30 2006
@@ -13,8 +13,8 @@
 patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
 
 case "$1" in
-    -patch) patch -p0 ${patch_opts} < $0;;
-    -unpatch) patch -R -p0 ${patch_opts} < $0;;
+    -patch) patch -p1 ${patch_opts} < $0;;
+    -unpatch) patch -R -p1 ${patch_opts} < $0;;
     *)
         echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
         exit 1;;



More information about the Kernel-svn-changes mailing list