mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix symlinks post rename
This commit is contained in:
parent
3c4cc6a1b7
commit
080d14a02b
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
../../../../../../xw4/java/org/eehouse/android/xw4/FBMService.java
|
||||
../../../../../../xw4NoSMS/java/org/eehouse/android/xw4/FBMService.java
|
|
@ -1 +1 @@
|
|||
../../../../../../xw4/java/org/eehouse/android/xw4/FBMService.java
|
||||
../../../../../../xw4NoSMS/java/org/eehouse/android/xw4/FBMService.java
|
|
@ -9,7 +9,7 @@ usage() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
VARIANTS="xw4 xw4d xw4dNoSMS"
|
||||
VARIANTS="xw4NoSMS xw4d xw4dNoSMS"
|
||||
WD=$(cd $(dirname $0)/../ && pwd)
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
|
|
Loading…
Reference in a new issue