Skip to content

Commit

Permalink
update_server: Use $HOME/source for SOURCE_ROOT
Browse files Browse the repository at this point in the history
... instead of hardcoding a path in /usr. This should let server2 and
server3 use an unmodified copy of the script.
  • Loading branch information
irydacea committed Jun 12, 2014
1 parent 9b065fd commit e122da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mp-server/update_server
Expand Up @@ -44,7 +44,7 @@ VERSION="${VERSION:=$1}"
echo "Building $TYPE-$VERSION..."

# Parent for the $VERSION source trees, never written to.
SOURCE_ROOT="/usr/src/wesnoth"
SOURCE_ROOT="$HOME/source"
# Parent for the $VERSION intermediate build dir.
INT_ROOT="$HOME/builds-int"
# Parent for the $BUILD_ID output dir.
Expand Down

0 comments on commit e122da9

Please sign in to comment.