aboutsummaryrefslogtreecommitdiff
path: root/pbuildd/Makefile
blob: 7ed27b85613df91b68793a6f9468b1eb19d979b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PBUILDDDIR=/usr/share/doc/pbuilder/examples/pbuildd/

clean:
	-rm *~

install:
	install -d $(DESTDIR)$(PBUILDDDIR)
	install -d $(DESTDIR)$(PBUILDDDIR)/hookdir
	install -d $(DESTDIR)/var/cache/pbuilder/pbuildd
	install -m 755 -o root -g root buildd.sh $(DESTDIR)$(PBUILDDDIR)
	install -m 644 -o root -g root buildd-config.sh $(DESTDIR)/etc/pbuilder/
	install -m 755 -o root -g root hookdir/A10dpkg-l.sh $(DESTDIR)$(PBUILDDDIR)/hookdir