X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=62ae5812bdb1997892a45056824ec379f6810b05;hb=ade819f400b71eef3b2bc4e4847fa040bc802bdb;hp=6aaabd60b434f3167121e4d236f48ceede009f2c;hpb=0676f7c09ab0d99e5b6a3bf74b9e2b62aaa885d4;p=supertux.git 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