pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk Fix pasto.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2cb77374cf5
branches: trunk
changeset: 473450:a2cb77374cf5
user: seb <seb%pkgsrc.org@localhost>
date: Mon Apr 19 23:09:55 2004 +0000
description:
Fix pasto.
diffstat:
mk/bulk/pre-build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 281f69907e81 -r a2cb77374cf5 mk/bulk/pre-build
--- a/mk/bulk/pre-build Mon Apr 19 23:08:55 2004 +0000
+++ b/mk/bulk/pre-build Mon Apr 19 23:09:55 2004 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.38 2004/04/09 18:43:14 jschauma Exp $
+# $NetBSD: pre-build,v 1.39 2004/04/19 23:09:55 seb Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -36,7 +36,7 @@
exit 1
fi
STARTFILE=`( cd ${PKGLINT_PKG_DIR} ; ${BMAKE} show-var VARNAME=STARTFILE )`;
-if [ "$BLDLOG" = "" ]; then
+if [ "$STARTFILE" = "" ]; then
echo "Had problems determining the name of the .start file"
exit 1
fi
Home |
Main Index |
Thread Index |
Old Index