From b8e8adf5be59338ab90783064c1fd499230cf8e7 Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Sun, 26 Jun 2005 21:09:54 +0000 Subject: [PATCH] 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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f8806ff47..9dca9484d 100755 --- a/debian/rules +++ b/debian/rules @@ -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/*))