diff options
| author | maximilian attems <maks@debian.org> | 2008-09-17 15:36:16 +0200 | 
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2008-09-17 15:36:16 +0200 | 
| commit | 04356cfcee60b2ff3a57a6942c2cebfdb088d04c (patch) | |
| tree | 1fd981a790c46e5b878f443517fbd17b89d8953b /debian/rules | |
| parent | 01988cc40c445aba8f592d01f2ce38857e34e205 (diff) | |
| download | initramfs-tools-04356cfcee60b2ff3a57a6942c2cebfdb088d04c.tar.gz initramfs-tools-04356cfcee60b2ff3a57a6942c2cebfdb088d04c.zip | |
Revert "initramfs-tools: Add support for linux-2.6 make deb-pkg target"
This reverts commit c5a45496b9c72e41333e213979d43fbcff34da9f.
hinders removal of other package linux-image postinst call also
the /etc/kernel structure, thus delete needs a takeover and this
is postlenny material.
thanks Vincent Danjean <vdanjean@debian.org> for report.
(closes: #499270)
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/rules b/debian/rules index 1376aa9..2a5ae55 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk  pre-build::  	chmod +x init mkinitramfs  	chmod +x hooks/* -	for x in `find scripts/ kernel/ -maxdepth 1 -type d | tail -n+2`; do \ +	for x in `find scripts/ -maxdepth 1 -type d | tail -n+2`; do \  	  chmod -R +x $$x; \  	done | 
