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

svn path=/dists/trunk/linux-2.6/; revision=14698
This commit is contained in:
Bastian Blank 2009-11-28 14:44:30 +00:00
parent c22fbd4990
commit c6872528de
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import os, os.path, re, sys
from warnings import warn
sys.path.append("/usr/src/linux-support-@linux_upstream@@abiname@/lib/python")
sys.path.append("/usr/share/linux-support-@linux_upstream@@abiname@/lib/python")
from debian_linux.patches import PatchSeries, PatchSeriesList