File: rules

package info (click to toggle)
ahcpd 0.53-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 292 kB
  • sloc: ansic: 3,487; sh: 211; makefile: 91
file content (13 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DESTDIR := debian/ahcpd

%:
	dh $@

.PHONY: override_dh_auto_install
override_dh_auto_install:
	$(MAKE) install TARGET=$(DESTDIR) PREFIX=/usr
	mv $(DESTDIR)/usr/bin $(DESTDIR)/usr/sbin
	mkdir -p $(DESTDIR)/usr/share
	mv $(DESTDIR)/usr/man $(DESTDIR)/usr/share