no that was wrong, revert path
This commit is contained in:
parent
ee97af6be8
commit
5f8cea8411
1 changed files with 2 additions and 2 deletions
|
@ -330,8 +330,8 @@ case $XASH_INSTALL_VERSION in
|
|||
cd $XASH_BUILD_DIR/$XASH_GIT_DIR/bin
|
||||
case $XASH_INSTALL_TYPE in
|
||||
server)
|
||||
# old cp -R engine/xash3d $XASH_INSTALL_DIR/xash
|
||||
cp -R build/xash3d/bin/engine/xash3d $XASH_INSTALL_DIR/xash
|
||||
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