summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-04-09 18:29:37 +0000
committerjschauma <jschauma>2004-04-09 18:29:37 +0000
commitb105f19778a1b406af5d7a5fd8d8a252c8f8c9c5 (patch)
treec5f09405caea92acf6bede4be33425326fc5367d
parent725ca69c15989101549eb2a2dd34a6b0207d4ef0 (diff)
downloadpkgsrc-b105f19778a1b406af5d7a5fd8d8a252c8f8c9c5.tar.gz
On some systems, bootstrap also installs ${LOCALBASE}/bin/install-sh --
if that is removed, the bulk-build will fail immediately. So tar it up, too. (Note that this will give a warning on systems that don't have it.)
-rw-r--r--mk/bulk/pre-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/pre-build b/mk/bulk/pre-build
index 8a136006a1c..26c455186b8 100644
--- a/mk/bulk/pre-build
+++ b/mk/bulk/pre-build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.36 2004/02/14 04:06:29 grant Exp $
+# $NetBSD: pre-build,v 1.37 2004/04/09 18:29:37 jschauma Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -57,7 +57,7 @@ if [ x"$BMAKE" = x"bmake" ]; then
share/mk/bsd.nls.mk share/mk/bsd.obj.mk \
share/mk/bsd.prog.mk share/mk/bsd.subdir.mk \
share/mk/bsd.sys.mk share/mk/bsd.own.mk \
- bin/bmake bin/ftp bin/digest bin/nbsed \
+ bin/bmake bin/ftp bin/digest bin/nbsed bin/install-sh \
bin/pax bin/tar bin/cpio man/cat1/ftp.1 man/cat1/pax.0 \
man/cat1/tar.0 man/cat1/cpio.0 man/cat1/pkg_add.0 \
man/cat1/pkg_admin.0 man/cat1/pkg_create.0 \