[kernel] r4821 - dists/trunk/linux-2.6/debian

Sven Luther luther at costa.debian.org
Mon Nov 14 13:29:50 UTC 2005


Author: luther
Date: Mon Nov 14 13:29:49 2005
New Revision: 4821

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
Obviously, we don't want to write to the /usr/src/linux-headers-$(VERSION) directly, not sure if this is the cleanest way though.


Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Mon Nov 14 13:29:49 2005
@@ -248,7 +248,7 @@
 	dh_testdir
 	dh_testroot
 	dh_install $(DH_OPTIONS) debian/arch '/usr/src/linux-headers-$(VERSION)/debian'
-	echo $(FLAVOURS) >'/usr/src/linux-headers-$(VERSION)/flavours'
+	echo $(FLAVOURS) >'debian/linux-headers-$(VERSION)/usr/src/linux-headers-$(VERSION)/flavours'
 	dh_installdocs $(DH_OPTIONS)
 	dh_installchangelogs $(DH_OPTIONS)
 	$(MAKE) -f debian/rules.real install-base DH_OPTIONS='$(DH_OPTIONS)'



More information about the Kernel-svn-changes mailing list