aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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} . )