From b7a53c0b75fbc761cb47991dea0c3609afa82c14 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Thu, 12 Feb 2009 13:20:22 -0500 Subject: [PATCH] don't let debhelper override our init script settings Signed-off-by: Andres Salomon --- debian/rules | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/rules b/debian/rules index 112469d..af6fd86 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,5 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk +DEB_DH_INSTALLINIT_ARGS := -n -#pre-build:: -# chmod +x init mkinitramfs -# chmod +x hooks/* -# for x in `find scripts/ kernel/ -maxdepth 1 -type d | tail -n+2`; do \ -# chmod -R +x $$x; \ -# done +include /usr/share/cdbs/1/rules/debhelper.mk -- 2.39.2