Skip to content

Commit

Permalink
Oh dear, oh well... (bugfix)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/actiongame/code/trunk/ac@7625 e016b1c5-ed68-44aa-a2f7-31cac88cffde
  • Loading branch information
RandumKiwi authored and RandumKiwi committed Oct 29, 2013
1 parent bb7454b commit b46be27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assaultcube.sh
Expand Up @@ -53,13 +53,13 @@ fi
if [ -x "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ]
then
cd "${CUBE_DIR}"
exec "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ${CUBE_OPTIONS} "$@"
exec "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ${CUBE_OPTIONS} "$@"
else
echo "Your platform does not have a pre-compiled AssaultCube client."
echo "Please follow the following steps to build a native client:"
echo "1) Ensure you have the following DEVELOPMENT libraries installed:"
echo " OpenGL, SDL, SDL_image, zlib, libogg, libvorbis, OpenAL Soft, libcurl"
echo "2) Ensure clang++ and any other required build tools are installed.
echo "2) Ensure clang++ and any other required build tools are installed."
echo "3) Change directory to ./source/src/ and type \"make install\"."
echo "4) If the compile succeeds, return to this directory and re-run this script."
exit 1
Expand Down
2 changes: 1 addition & 1 deletion server.sh
Expand Up @@ -59,7 +59,7 @@ else
echo "Please follow the following steps to build a native client:"
echo "1) Ensure you have the following DEVELOPMENT libraries installed:"
echo " SDL, zlib, libcurl"
echo "2) Ensure clang++ and any other required build tools are installed.
echo "2) Ensure clang++ and any other required build tools are installed."
echo "3) Change directory to ./source/src/ and type \"make server_install\"."
echo "4) If the compile succeeds, return to this directory and re-run this script."
exit 1
Expand Down

0 comments on commit b46be27

Please sign in to comment.