File: rules

package info (click to toggle)
babeld 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 596 kB
  • sloc: ansic: 10,523; sh: 109; makefile: 48
file content (11 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

DESTDIR := debian/babeld

%:
	dh $@

.PHONY: override_dh_auto_install
override_dh_auto_install:
	$(MAKE) install TARGET=$(DESTDIR) PREFIX=/usr
	mv $(DESTDIR)/usr/bin $(DESTDIR)/usr/sbin