debian/rules.real: Install gencontrol.py executable.

svn path=/dists/trunk/linux-2.6/; revision=6050
This commit is contained in:
Bastian Blank 2006-03-03 18:42:01 +00:00
parent 9e481e4e6c
commit 20a9ef10a5
1 changed files with 1 additions and 0 deletions

1
debian/rules.real vendored
View File

@ -299,6 +299,7 @@ install-headers-all: DH_OPTIONS = -plinux-headers-$(VERSION)
install-headers-all:
dh_testdir
dh_testroot
chmod a+x debian/modules/gencontrol.py
dh_install $(DH_OPTIONS) debian/arch debian/lib debian/modules '/usr/src/linux-headers-$(VERSION)'
dh_python $(DH_OPTIONS) -V 2.4 /usr/src/linux-headers-$(VERSION)/lib/python
$(MAKE) -f debian/rules.real install-base DH_OPTIONS='$(DH_OPTIONS)'