Codebase list libfilter-eof-perl / 7e2c5f7
Fix hashbang in example scripts. gregor herrmann 7 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
1
2 PACKAGE = $(shell dh_listpackages)
3 TMP = $(CURDIR)/debian/$(PACKAGE)
14
25 %:
36 dh $@
7
8 override_dh_installexamples:
9 dh_installexamples
10 sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/synopsis/*