File: Makefile

package info (click to toggle)
pbuilder 0.161
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,148 kB
  • ctags: 109
  • sloc: sh: 2,705; xml: 1,663; makefile: 236
file content (12 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (3)
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