From 9a43ebc625587fb6cb23f6ad06d069d3873a4ebb Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 23 Apr 2006 07:14:20 +0000 Subject: [PATCH] display a big warning for people who try to install the game SVN-Revision: 3384 --- Jamfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Jamfile b/Jamfile index 6aaabd60b..62ae5812b 100644 --- a/Jamfile +++ b/Jamfile @@ -1,3 +1,18 @@ +# warning for people who try jam install +actions InstallWarning +{ + echo "****************************************************************" + echo "* WARNING: Installation is currently broken *" + echo "* Please start the game directly from source directory instead *" + echo "****************************************************************" + sleep 5 +} + +InstallWarning installwarning ; +Always installwarning ; +Depends install : installwarning ; + + SubDir TOP ; # Decend into subdirs -- 2.11.0