summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-09-17 15:36:16 +0200
committermaximilian attems <maks@debian.org>2008-09-17 15:36:16 +0200
commit04356cfcee60b2ff3a57a6942c2cebfdb088d04c (patch)
tree1fd981a790c46e5b878f443517fbd17b89d8953b /debian/rules
parent01988cc40c445aba8f592d01f2ce38857e34e205 (diff)
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-xdebian/rules2
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