pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk The last revision to this file added a check f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6cbecd04d94c
branches: trunk
changeset: 491918:6cbecd04d94c
user: reed <reed%pkgsrc.org@localhost>
date: Thu Mar 31 23:36:15 2005 +0000
description:
The last revision to this file added a check for removing packages.
If they existed, it cd to that package database directory.
This broke the code later which assumed to be running from
the pkgsrc directory.
So cd to the USR_PKGSRC after this.
diffstat:
mk/bulk/pre-build | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r d695e47c6744 -r 6cbecd04d94c mk/bulk/pre-build
--- a/mk/bulk/pre-build Thu Mar 31 23:26:21 2005 +0000
+++ b/mk/bulk/pre-build Thu Mar 31 23:36:15 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.46 2005/03/30 20:21:07 kristerw Exp $
+# $NetBSD: pre-build,v 1.47 2005/03/31 23:36:15 reed Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -262,6 +262,8 @@
fi
done
+cd ${USR_PKGSRC}
+
# on non-NetBSD, we don't want these to build as they overwrite
# bootstrap-pkgsrc generated files and thus would break the following builds.
Home |
Main Index |
Thread Index |
Old Index