Skip to content

Commit

Permalink
Merge branch 'jurism-5.0' of github.com:Juris-M/zotero into jurism-5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed May 31, 2017
2 parents 996ff61 + df2f97d commit b02c03c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions build.sh
Expand Up @@ -13,6 +13,15 @@ CLIENT="jurism"
VERSION_ROOT="5.0m"
SIGNED_STUB="juris_m-"

set +e
gfind --version > /dev/null 2<&1
if [ $? -gt 0 ]; then
function gfind () {
find
}
fi
set -e

function xx-remove-and-replace-old-build-dir () {
rm -fR build
for i in build build/styles build/translators; do
Expand All @@ -21,9 +30,9 @@ function xx-remove-and-replace-old-build-dir () {
}

function xx-save-aside-deleted-translators-list () {
if [ ${RELEASE} -gt 1 ]; then
#if [ ${RELEASE} -gt 1 ]; then
cp translators/deleted.txt .
fi
#fi
}

function xx-copy-files-into-xpi () {
Expand Down
2 changes: 1 addition & 1 deletion chrome/content/zotero/locale/csl
2 changes: 1 addition & 1 deletion styles

0 comments on commit b02c03c

Please sign in to comment.