Hello, The previous patch did fix the one issue, but it immediately failed with :
test ! -f debian/rules && \ install -p -m 755 /usr/share/kernel-package/rules debian/rules echo done > stamp-debian Please ignore the warning about overriding and ignoring targets above. These are harmless. They are only invoked in a part of the process that tries to snarf variable values for the conf.vars file. sed: -e expression #1, char 0: no previous regular expression make[1]: *** [conf.vars] Error 1 make[1]: Leaving directory `/home/sven/debian/kernel/build/kernel-patch-powerpc-2.6.10-2.6.10/tmp/kernel-source-2.6.10' make: *** [stamp-configure] Error 2 Which clearly seems to be a bug in : @sed -e 's%$(TOPDIR)%$$(TOPDIR)%g' .mak > conf.vars And .mak is : VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 10 EXTRAVERSION = KPKG_SELECTED_MODULES = Debian Revision = 2.6.10-2 KPKG_ARCH = do_parallel = fast_dep = Not sure what this is about, so let's see what meld tells me of your changes :) Mmm, nothing very speaking. Friendly, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]