Package: kernel-package
Version: 12.032
Severity: normal

--- Please enter the report below this line. ---

In the file rulesets/targets/common.mk on line 339 it says:

       if [ -f  -f include/generated/compile.h ]; then

which has a "-f" too much.

Attached patch should fix this.

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.33-rc3-00060-g3c8ad49

Debian Release: squeeze/sid
  500 unstable        ftp2.de.debian.org 
  500 unstable        ftp-stud.hs-esslingen.de 
  500 karmic          ppa.launchpad.net 
  102 experimental    ftp2.de.debian.org 
  100 karmic          ppa.launchpad.net 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.



diff --git a/kernel/ruleset/targets/common.mk b/kernel/ruleset/targets/common.mk
index c797198..c0787ae 100644
--- a/kernel/ruleset/targets/common.mk
+++ b/kernel/ruleset/targets/common.mk
@@ -336,7 +336,7 @@ endif
 	@echo this was built on a machine with the kernel: >> debian/stamp/build/info
 	uname -a >> debian/stamp/build/info
 	echo using the compiler: >> debian/stamp/build/info
-	if [ -f  -f include/generated/compile.h ]; then                  \
+	if [ -f include/generated/compile.h ]; then                  \
 	   grep LINUX_COMPILER include/generated/compile.h |             \
 	     sed -e 's/.*LINUX_COMPILER "//' -e 's/"$$//' >>             \
                debian/stamp/build/info;                                  \

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to