Change the base directory for patch installation

from /usr/src/linux-patches to /usr/src/kernel-patches
since that's where kernel-package expects them to be.

svn path=/branches/linux-kernel-2.6.12/; revision=3403
This commit is contained in:
Jurij Smakov 2005-06-26 21:09:54 +00:00
parent d0f18b65e2
commit b8e8adf5be
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -111,7 +111,7 @@ debian/tree-stamp:
# linux-patch-debian
#
ppkg := linux-patch-debian-$(version)
pbase := /usr/src/linux-patches/all/$(version)
pbase := /usr/src/kernel-patches/all/$(version)
pfull := debian/$(ppkg)$(pbase)
pdirs := $(pbase) $(pbase)/apply $(pbase)/debian $(pbase)/unpatch
ptchs := $(notdir $(wildcard debian/patches-arch/*))