mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
$NetBSD: patch-ac,v 1.2 2010/09/04 05:12:00 obache Exp $
|
|
|
|
--- Misc/build.sh.orig 2010-03-12 21:29:25.000000000 +0000
|
|
+++ Misc/build.sh
|
|
@@ -269,7 +269,7 @@ fi
|
|
|
|
F="make-doc-dist.out"
|
|
start=`current_time`
|
|
-if [ $conflict_count == 0 ]; then
|
|
+if [ $conflict_count = 0 ]; then
|
|
make dist >& ../build/$F
|
|
err=$?
|
|
fi
|