Hi Manoj, ... It seems this bug report got erroneously appended to #320055, so you may have missed it.
On Mon, Aug 01, 2005 at 07:10:08PM +0200, Sven Luther wrote: > Package: kernel-package > Version: 9.004 > Tags: patch > Followup-For: Bug #320055 > > > Hi Manoj, it seems the grep command in my last patch was bogus, as the > autobuilder failed to include the mkvmlinuz support, making 2.6.12-1 unusable > for me. > > I am not sure what went wrong, but i have here a smallish patch which should > fix this. Not sure about the 2>&1 >/dev/null part though. > > --- /usr/share/kernel-package/rules 2005-07-28 07:22:16.000000000 +0200 > +++ rules 2005-08-01 19:04:56.000000000 +0200 > @@ -2560,7 +2560,7 @@ > debian/post-install; \ > fi > ifeq ($(strip $(NEED_IMAGE_POST_PROCESSING)),YES) > - if test grep $(IMAGE_POST_PROCESS_TARGET) > $(IMAGE_POST_PROCESS_DIR)/Makefile 2>&1 >/dev/null; then \ > + if test "`grep -c $(IMAGE_POST_PROCESS_TARGET) > $(IMAGE_POST_PROCESS_DIR)/Makefile`" != 0; then \ > $(MAKE) INSTALL_MKVMLINUZ=$(INSTALL_MKVMLINUZ_PATH) > \ > ARCH=$(KERNEL_ARCH) -C $(IMAGE_POST_PROCESS_DIR) > $(IMAGE_POST_PROCESS_TARGET); \ > fi > > Maybe this could become : > > if test "`grep -c $(IMAGE_POST_PROCESS_TARGET) > $(IMAGE_POST_PROCESS_DIR)/Makefile 2>/dev/null`" != 0; then \ What are your intentions for this timewise, and if you are busy, can i make an NMU to fix this problem ? Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]