Skip to content

Commit

Permalink
Changed destination path in download_freedoom.sh to ./bin
Browse files Browse the repository at this point in the history
Former-commit-id: 57f4df7
  • Loading branch information
mwydmuch committed Feb 15, 2017
1 parent 6cc83c6 commit 190b9ab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ src/vizdoom/zlib/x64/
*.bcp
*.lmp
*.log
*.zip
**/doom2.wad
**/doom.wad
**/freedoom2.wad
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ if (BUILD_LUA AND (NOT BUILD_LUA52))

include_directories(${VIZDOOM_LUA_INCLUDE_DIR}
${Boost_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${LUA_INCLUDE_DIR}
#${LUABIND_INCLUDE_DIRS}
${VIZDOOM_SRC_DIR}/lib_lua/luabind)
Expand Down
2 changes: 1 addition & 1 deletion scripts/assemble_luarocks_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

PK3_PATH="./bin/vizdoom.pk3"
LUA_BIN_PATH="${PACKAGE_DEST_DIRECTORY}/vizdoom.so"
FREEDOOM_PATH="./freedoom2.wad"
FREEDOOM_PATH="./bin/freedoom2.wad"
SCENARIOS_DEST_DIR="${PACKAGE_DEST_PATH}/scenarios"
SCENARIOS_PATH="./scenarios"

Expand Down
2 changes: 1 addition & 1 deletion scripts/assemble_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

PK3_PATH="./bin/vizdoom.pk3"
PYTHON_BIN_PATH="${PACKAGE_DEST_DIRECTORY}/vizdoom.so"
FREEDOOM_PATH="./freedoom2.wad"
FREEDOOM_PATH="./bin/freedoom2.wad"
SCENARIOS_DEST_DIR="${PACKAGE_DEST_PATH}/scenarios"
SCENARIOS_PATH="./scenarios"

Expand Down
4 changes: 2 additions & 2 deletions scripts/download_freedoom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

FREEDOOM_LINK="https://github.com/freedoom/freedoom/releases/download/v0.10.1/freedoom-0.10.1.zip"

FREEDOOM_DOWNLOAD_PATH="./bin"
FREEDOOM_DESTINATION_PATH="."
FREEDOOM_DOWNLOAD_PATH="."
FREEDOOM_DESTINATION_PATH="./bin"

if [ ! -e "${FREEDOOM_DESTINATION_PATH}/freedoom2.wad" ]
then
Expand Down

0 comments on commit 190b9ab

Please sign in to comment.