Obviously, we don't want to write to the /usr/src/linux-headers-$(VERSION) directly, not sure if this is the cleanest way though.

svn path=/dists/trunk/linux-2.6/; revision=4821
This commit is contained in:
Sven Luther 2005-11-14 13:29:49 +00:00
parent 02f4009fb8
commit 672683d536
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -248,7 +248,7 @@ install-headers-all:
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)'