File: rules

package info (click to toggle)
libdist-inkt-perl 0.025-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 328 kB
  • sloc: perl: 1,263; makefile: 5; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

# fix hashbang
execute_after_dh_install:
	find debian/*/usr -type f -print0 | \
		xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'