File: rules

package info (click to toggle)
hare-update 0.26.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,044 kB
  • sloc: makefile: 37; sh: 14
file content (9 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PREFIX = /usr

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- PREFIX=$(PREFIX)