new path for 0.19
This commit is contained in:
parent
a08689ff3c
commit
ee97af6be8
1 changed files with 2 additions and 1 deletions
|
@ -330,7 +330,8 @@ case $XASH_INSTALL_VERSION in
|
|||
cd $XASH_BUILD_DIR/$XASH_GIT_DIR/bin
|
||||
case $XASH_INSTALL_TYPE in
|
||||
server)
|
||||
cp -R engine/xash3d $XASH_INSTALL_DIR/xash
|
||||
# old cp -R engine/xash3d $XASH_INSTALL_DIR/xash
|
||||
cp -R build/xash3d/bin/engine/xash3d $XASH_INSTALL_DIR/xash
|
||||
checkerror $?
|
||||
;;
|
||||
client)
|
||||
|
|
Loading…
Reference in a new issue