[kernel] r6051 - people/waldi/linux-nonfree-2.6/debian

Bastian Blank waldi at costa.debian.org
Fri Mar 3 18:49:54 UTC 2006


Author: waldi
Date: Fri Mar  3 18:49:54 2006
New Revision: 6051

Modified:
   people/waldi/linux-nonfree-2.6/debian/rules.real
Log:
debian/rules.real: Fix installation.


Modified: people/waldi/linux-nonfree-2.6/debian/rules.real
==============================================================================
--- people/waldi/linux-nonfree-2.6/debian/rules.real	(original)
+++ people/waldi/linux-nonfree-2.6/debian/rules.real	Fri Mar  3 18:49:54 2006
@@ -79,7 +79,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdirs
-	cd $(DIR); env -u MAKEFLAGS ARCH=$(KERNEL_ARCH) make install DIR=$(HEADERS_DIR) MODLIB=$(DIR) INSTALL_MOD_DIR=nonfree
+	cd $(SOURCE_DIR); env -u MAKEFLAGS ARCH=$(KERNEL_ARCH) make install DIR=$(HEADERS_DIR) MODLIB=$(DIR) INSTALL_MOD_DIR=nonfree
 	$(MAKE) -f debian/rules.real install-base
 
 install-source: DH_OPTIONS = -plinux-nonfree-source-$(VERSION)



More information about the Kernel-svn-changes mailing list