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

clean:
	rm -f *~

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