Lahmizzar Muinela
2014-01-03 4c5e042fc086195d263679aa358d773da1a6acef
adding sourcePath to correctly call pull script
1 files modified
8 ■■■■ changed files
builder/create 8 ●●●● patch | view | raw | blame | history
builder/create
@@ -13,6 +13,8 @@
# ./create update 4.2.0b4 2013-12-06 (Fetch Updates from transifex first, then create the install file)
# ./create 4.2.0b4 2013-12-06 (Create the install file from the existing/current languages folder)
sourcePath=$(realpath .)
setUpdate="$1"
setVersion="$2"
setDate="$3"
@@ -32,7 +34,7 @@
if [[ "$3" == "" ]]
    then
        setDate=$(date +"%Y-%m-%d")
    echo 'Using $setDate as build date'
    echo "Using $setDate as build date"
    fi
version=$setVersion
@@ -40,10 +42,8 @@
if [[ "$1" == "update" ]]
    then
    ./pull $version
    $sourcePath/builder/pull $version
  fi
sourcePath=$(realpath .)
tempDir="$sourcePath/pkg_projectfork_languages"
fileName="pkg_projectfork_languages.xml"