mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
generate local.properties if running for first time
This commit is contained in:
parent
f06071fb39
commit
bc18f33e5d
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ case $DIRNAME in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# if we're running for the first time in this directory/variant,
|
||||||
|
# generate local.properties
|
||||||
|
[ -e local.properties ] || ../scripts/setup_local_props.sh
|
||||||
|
|
||||||
ant $CMDS
|
ant $CMDS
|
||||||
|
|
||||||
if [ -n "$UNINSTALL" ]; then
|
if [ -n "$UNINSTALL" ]; then
|
||||||
|
|
Loading…
Reference in a new issue