From 72f945eb47c070f7b971c527aeaa3872d8ff3bc9 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 12 Jul 2005 10:54:26 +0000 Subject: [PATCH] and that should be $(karch), not $(arch). svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3471 --- debian/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Makefile b/debian/Makefile index 275c57fc7..fbd29720b 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -200,7 +200,7 @@ $(kdir): post-install-$(subarch) $(wildcard templates/control.*.in) cat templates/control.$$1 | \ sed -e 's/@version@/$(version)/g' \ -e 's/@major@/$(major)/g' \ - -e "s/@arch@/$(arch)/g" \ + -e "s/@arch@/$(karch)/g" \ -e "s/@subarch@/$(append)/g" \ -e "s/@flavour@/$$2/g" \ -e 's/@ltver@/$(ltver)/g' \