]> spindle.queued.net Git - autox/blob - debian/rules
Initial commit
[autox] / debian / rules
1 #!/usr/bin/make -f
2
3 include /usr/share/cdbs/1/rules/debhelper.mk
4
5 #pre-build::
6 #       chmod +x init mkinitramfs
7 #       chmod +x hooks/*
8 #       for x in `find scripts/ kernel/ -maxdepth 1 -type d | tail -n+2`; do \
9 #         chmod -R +x $$x; \
10 #       done