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 | |
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')
-rw-r--r-- | debian/initramfs-tools.install | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/initramfs-tools.install b/debian/initramfs-tools.install index 71670ef..fb1c088 100644 --- a/debian/initramfs-tools.install +++ b/debian/initramfs-tools.install @@ -10,4 +10,3 @@ conf/modules usr/share/initramfs-tools update-initramfs usr/sbin debian/script usr/share/bug/initramfs-tools debian/lintian/initramfs-tools usr/share/lintian/overrides -kernel etc 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 |