Codebase list libgetopt-lucid-perl / f5c59c2
Fix hashbang in example script. gregor herrmann 4 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|^#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*