diff options
author | maximilian attems <maks@debian.org> | 2005-10-01 02:33:30 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-10-01 02:33:30 +0200 |
commit | a893fa82665ee472079292eb84a125ef81009124 (patch) | |
tree | 540886f92c987fa65c7e74a9b4e98459ea554efc /debian/rules | |
parent | 14739b596ae27800ae6ce071745cf2da382d73b4 (diff) | |
download | initramfs-tools-a893fa82665ee472079292eb84a125ef81009124.tar.gz initramfs-tools-a893fa82665ee472079292eb84a125ef81009124.zip |
apply all the 0.30 upstream changes.
Diffstat (limited to 'debian/rules')
-rw-r--r-- | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 6b91c1f..2a5ae55 100644 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk pre-build:: chmod +x init mkinitramfs + chmod +x hooks/* + for x in `find scripts/ -maxdepth 1 -type d | tail -n+2`; do \ + chmod -R +x $$x; \ + done |