summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2015-05-23 21:14:27 +0700
committerMhd Sulhan <ms@kilabit.info>2015-05-23 21:14:27 +0700
commite9fdfa07d3f759d758e72f9f21299e36989bbef0 (patch)
treea260c420e2790ace466a470f155399ee1b7c32ee
parent594c90495c89be364e5631508fd904bbe34866a3 (diff)
downloadhunspell-id-e9fdfa07d3f759d758e72f9f21299e36989bbef0.tar.xz
Buat symbolic link untuk .aff dan .dic dari root ke direktori libreoffice.
* Perbarukan README dan build.sh untuk menyesuaikan nama direktori.
-rw-r--r--README.md4
-rwxr-xr-xbuild.sh2
l---------libreoffice-extension/id_ID.aff1
l---------libreoffice-extension/id_ID.dic1
4 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 298dd30..ce1d51a 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/build.sh b/build.sh
index 6fb2158..0bcc96f 100755
--- a/build.sh
+++ b/build.sh
@@ -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