diff --git a/data/update-osk-layouts.sh b/data/update-osk-layouts.sh index 72f33fef6..8d78c0ee3 100755 --- a/data/update-osk-layouts.sh +++ b/data/update-osk-layouts.sh @@ -1,10 +1,9 @@ #!/bin/env bash CLDR_LAYOUTS_TARBALL="http://www.unicode.org/Public/cldr/latest/keyboards.zip" -CLDR2JSON_GIT="git://repo.or.cz/cldr2json.git" WORKDIR=".osk-layout-workbench" -CLDR2JSON="$WORKDIR/cldr2json/cldr2json.py" +CLDR2JSON="cldr2json/cldr2json.py" SRCDIR="$WORKDIR/keyboards/android" DESTDIR="osk-layouts" GRESOURCE_FILE="gnome-shell-osk-layouts.gresource.xml" @@ -20,7 +19,6 @@ mkdir -p "osk-layouts" # Download stuff on the work dir pushd $WORKDIR gio copy $CLDR_LAYOUTS_TARBALL . -git clone $CLDR2JSON_GIT unzip keyboards.zip popd