File: rules

package info (click to toggle)
initramfs-tools 0.92o
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 820 kB
  • ctags: 41
  • sloc: sh: 1,473; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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