diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rwxr-xr-x | build.sh | 2 | ||||
| l--------- | libreoffice-extension/id_ID.aff | 1 | ||||
| l--------- | libreoffice-extension/id_ID.dic | 1 |
4 files changed, 5 insertions, 3 deletions
@@ -31,8 +31,8 @@ $ ./build.sh * Buat `symlink` dari hasil ekstraksi ke folder sistem hunspell anda. Contoh, ``` $ cd /usr/share/hunspell -$ ln -s ~/Downloads/hunspell-di/src/id_ID.aff -$ ln -s ~/Downloads/hunspell-di/src/id_ID.dic +$ ln -s ~/Downloads/hunspell-di/id_ID.aff +$ ln -s ~/Downloads/hunspell-di/id_ID.dic ``` * atau buat salinan langsung. @@ -3,4 +3,4 @@ PACKAGE_NAME=hunspell-id LIBREOFFICE_EXT=${PACKAGE_NAME}.oxt -( cd src && zip -r9v ../${LIBREOFFICE_EXT} . ) +( cd libreoffice-extension && zip -r9v ../${LIBREOFFICE_EXT} . ) diff --git a/libreoffice-extension/id_ID.aff b/libreoffice-extension/id_ID.aff new file mode 120000 index 0000000..f1b6e9e --- /dev/null +++ b/libreoffice-extension/id_ID.aff @@ -0,0 +1 @@ +../id_ID.aff
\ No newline at end of file diff --git a/libreoffice-extension/id_ID.dic b/libreoffice-extension/id_ID.dic new file mode 120000 index 0000000..5e33eeb --- /dev/null +++ b/libreoffice-extension/id_ID.dic @@ -0,0 +1 @@ +../id_ID.dic
\ No newline at end of file |
