and that should be $(karch), not $(arch).

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3471
This commit is contained in:
Andres Salomon 2005-07-12 10:54:26 +00:00
parent f977911413
commit 72f945eb47
1 changed files with 1 additions and 1 deletions

2
debian/Makefile vendored
View File

@ -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' \