File: rules

package info (click to toggle)
node-static 0.7.11%2B~0.7.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: javascript: 841; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_install:
	sed -i '1c#!/usr/bin/node' $(CURDIR)/debian/node-static/usr/share/nodejs/node-static/bin/cli.js

execute_after_dh_fixperms:
	chmod +x $(CURDIR)/debian/node-static/usr/share/nodejs/node-static/bin/cli.js