summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 52fbf87f2d1f9197d49a8e00ed899255c04b6a3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DEB_DH_GENCONTROL_ARGS_ALL = $(shell if [ -f "../.VYATTA_DEV_BUILD" ]; then \
                                       echo "-- -v999.dev"; fi)

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