X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=debian%2Frules;h=d8663ebe27513306cabba75bdbf1055c98812a1e;hb=68bdf2c109c678f54c183171e934390d4c1882e1;hp=92f0dc5a627c658b9f09a86439ab1bebb4387505;hpb=376302640d1ce25619242a6bae5a96488f8f0bcc;p=rrq%2Fmaintain_lilo.git diff --git a/debian/rules b/debian/rules index 92f0dc5..d8663eb 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,11 @@ override_dh_auto_build: uudecode -o /dev/stdout debian/doc/tech.html.uu 2>/dev/null | tar -x -z -C debian uudecode -o /dev/stdout debian/doc/user.html.uu 2>/dev/null | tar -x -z -C debian +override_dh_fixperms-arch: + dh_fixperms + @echo "Set execute flag to chattr-lilo hook scripts" + chmod 0755 debian/lilo/usr/lib/lilo/hooks/kernel/*/chattr-lilo + override_dh_auto_clean: rm -rf debian/html dh_auto_clean