Package: kernel-package
Version: 8.135
Severity: wishlist
Tags: patch
I'll count this as wishlist due to the other tiny change here. The
default setting of KPKG_DEST_DIR is incorrect; it should be
$(SRCTOP)/$(DEB_DEST), not $(SRCTOP)/..
It would also be nice to change DEB_DEST, as such, the patch below:
--- usr/share/kernel-package/rules.orig 2006-02-20 21:28:55.358602940 -0800
+++ usr/share/kernel-package/rules 2006-02-20 21:29:37.577992974 -0800
@@ -1072,10 +1072,10 @@
# The destination of all .deb files
# (suggested by Rob Browning <[EMAIL PROTECTED]>)
-DEB_DEST := ..
+DEB_DEST ?= ..
SRCTOP := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
INSTALL_MOD_PATH=$(SRCTOP)/$(IMAGE_TOP)
-KPKG_DEST_DIR ?= $(SRCTOP)/..
+KPKG_DEST_DIR ?= $(SRCTOP)/$(DEB_DEST)
# Include any site specific overrides here.
-include $(CONFLOC)
--
(\___(\___(\______ --=> 8-) EHM <=-- ______/)___/)___/)
\BS ( | [EMAIL PROTECTED] PGP 8881EF59 | ) /
\_CS\ | _____ -O #include <stddisclaimer.h> O- _____ | / _/
\___\_|_/82 04 A1 3C C7 B1 37 2A*E3 6E 84 DA 97 4C 40 E6\_|_/___/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]