aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d0e90f7..8ef0a94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-12-30 Junichi Uekawa <dancer@debian.org>
+ * Makefile: install pbuildd files as well.
+
* pbuildd/buildd.sh: modified for pbuilder.
* pbuildd/buildd-config.sh (HOOKDIR): modified for pbuilder.
diff --git a/Makefile b/Makefile
index a1b1d08..64073af 100644
--- a/Makefile
+++ b/Makefile
@@ -37,5 +37,5 @@ install:
$(INSTALL_EXECUTABLE) examples/B91dpkg-i $(DESTDIR)/usr/share/doc/pbuilder/examples
$(INSTALL_EXECUTABLE) examples/C10shell $(DESTDIR)/usr/share/doc/pbuilder/examples
$(INSTALL_EXECUTABLE) examples/D10tmp $(DESTDIR)/usr/share/doc/pbuilder/examples
-
+ cd pbuildd; make install DESTDIR=$(DESTDIR)