aboutsummaryrefslogtreecommitdiff
path: root/pbuildd
diff options
context:
space:
mode:
Diffstat (limited to 'pbuildd')
-rw-r--r--pbuildd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuildd/Makefile b/pbuildd/Makefile
index 683b2e3..7ed27b8 100644
--- a/pbuildd/Makefile
+++ b/pbuildd/Makefile
@@ -6,6 +6,7 @@ clean:
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