use $(append) instead of $(subarch) when generating control files; oops.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3470
This commit is contained in:
Andres Salomon 2005-07-12 10:48:14 +00:00
parent 8e7c414f24
commit f977911413
1 changed files with 1 additions and 1 deletions

2
debian/Makefile vendored
View File

@ -201,7 +201,7 @@ $(kdir): post-install-$(subarch) $(wildcard templates/control.*.in)
sed -e 's/@version@/$(version)/g' \
-e 's/@major@/$(major)/g' \
-e "s/@arch@/$(arch)/g" \
-e "s/@subarch@/$(subarch)/g" \
-e "s/@subarch@/$(append)/g" \
-e "s/@flavour@/$$2/g" \
-e 's/@ltver@/$(ltver)/g' \
-e 's/@srcver@/$(srcver)/g' \