summaryrefslogtreecommitdiff
path: root/debian/rules
blob: efd50b69f69c73c9086c5dc5759ffced42462baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# debian/rules file - for itzks-systems

%:
	dh ${@}

override_dh_installexamples:
	cd examples/mainserver/ && tar cvzf mainserver-tftp.tar.gz tftp
	cd examples/disklserver/ && tar cvzf disklserver-tftp.tar.gz tftp
	dh_installexamples

override_dh_clean:
	rm -f examples/*/*.tar.gz
	dh_clean