[kernel] r14698 - dists/trunk/linux-2.6/debian/templates

Bastian Blank waldi at alioth.debian.org
Sat Nov 28 14:44:31 UTC 2009


Author: waldi
Date: Sat Nov 28 14:44:30 2009
New Revision: 14698

Log:
debian/templates/patch.apply.in: Use new path to python files.

Modified:
   dists/trunk/linux-2.6/debian/templates/patch.apply.in

Modified: dists/trunk/linux-2.6/debian/templates/patch.apply.in
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/patch.apply.in	Sat Nov 28 14:43:28 2009	(r14697)
+++ dists/trunk/linux-2.6/debian/templates/patch.apply.in	Sat Nov 28 14:44:30 2009	(r14698)
@@ -3,7 +3,7 @@
 import os, os.path, re, sys
 from warnings import warn
 
-sys.path.append("/usr/src/linux-support- at linux_upstream@@abiname@/lib/python")
+sys.path.append("/usr/share/linux-support- at linux_upstream@@abiname@/lib/python")
 
 from debian_linux.patches import PatchSeries, PatchSeriesList
 



More information about the Kernel-svn-changes mailing list