From: Matthias Braun Date: Sun, 23 Apr 2006 07:14:20 +0000 (+0000) Subject: display a big warning for people who try to install the game X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=9a43ebc625587fb6cb23f6ad06d069d3873a4ebb;p=supertux.git display a big warning for people who try to install the game SVN-Revision: 3384 --- 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