shut up update.sh
Its bogus warning and error confuses the autobuilder. The "error" is non-fatal.
This commit is contained in:
parent
0d7bc874b9
commit
e83808bcf7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ source/term: term.patch icons
|
|||
# app, if it's also installed.
|
||||
cd source/term && find -name .git -prune -o -type f -print0 | xargs -0 perl -pi -e 's/jackpal/ga/g'
|
||||
cd source/term && perl -pi -e 's/Terminal Emulator/Git Annex/g' res/*/strings.xml
|
||||
cd source/term && tools/update.sh
|
||||
cd source/term && tools/update.sh >/dev/null 2>&1
|
||||
touch $@
|
||||
|
||||
source:
|
||||
|
|
Loading…
Reference in a new issue