File: rules

package info (click to toggle)
horgand 1.14-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,096 kB
  • sloc: sh: 3,378; cpp: 3,089; makefile: 40
file content (13 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --bindir=/usr/lib/horgand

override_dh_install-arch:
	dh_install
	cp debian/horgand.wrapper $(CURDIR)/debian/horgand/usr/bin/horgand
	chmod 755 $(CURDIR)/debian/horgand/usr/bin/horgand
	rm -rf $(CURDIR)/debian/horgand/usr/share/horgand