From 41e068f04f43e01fad7f0fa43e59aad0406bd03b Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sun, 5 Jan 1992 18:20:38 +0000
Subject: [PATCH] Changed the all-too-optimistic message that is printed when
 the build is ready.

---
 Build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Build b/Build
index de5bce0ce..61f335662 100755
--- a/Build
+++ b/Build
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: Build,v 1.8 1991/09/15 09:54:00 linus Exp $
+# $Id: Build,v 1.9 1992/01/05 18:20:38 ceder Exp $
 # Copyright (C) 1991  Lysator Academic Computer Association.
 #
 # This file is part of the LysKOM server.
@@ -23,12 +23,12 @@
 #
 # Please mail bug reports to bug-lyskom@lysator.liu.se. 
 #
-# $Id: Build,v 1.8 1991/09/15 09:54:00 linus Exp $
+# $Id: Build,v 1.9 1992/01/05 18:20:38 ceder Exp $
 date
 make depend \
 && echo '*** Depend ready. Making libraries. ***' \
 && make libraries \
 && echo '*** Libraries ready. Making binaries. ***' \
 && make binaries \
-&& echo '*** All binaries built succesfully. Install manually.'
+&& echo '*** All binaries should be built. Install manually.'
 date
-- 
GitLab