r3403 - branches/linux-kernel-2.6.12/debian

Jurij Smakov jurij-guest@costa.debian.org
Sun, 26 Jun 2005 21:09:55 +0000


Author: jurij-guest
Date: 2005-06-26 21:09:54 +0000 (Sun, 26 Jun 2005)
New Revision: 3403

Modified:
   branches/linux-kernel-2.6.12/debian/rules
Log:
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.


Modified: branches/linux-kernel-2.6.12/debian/rules
===================================================================
--- branches/linux-kernel-2.6.12/debian/rules	2005-06-26 18:58:11 UTC (rev 3402)
+++ branches/linux-kernel-2.6.12/debian/rules	2005-06-26 21:09:54 UTC (rev 3403)
@@ -111,7 +111,7 @@
 # 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/*))