Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-18 09:51:03 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-18 09:51:03 +0300
commit05a8115baec78a5c11cb4bf11720fe20ac7f248b (patch)
treed133dead0645be7f1c5578ce136fa11fc856f969 /Makefile
parent60707ee9f6f1e1e2d853ad0d213240d03fe528e2 (diff)
Fix makefile to default location of occ
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 172188c2..3e447dca 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ appstore_dir=$(build_dir)/appstore
source_dir=$(build_dir)/source
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-occ=$(CURDIR)/../core/occ
+occ=$(CURDIR)/../../occ
handlebars-templates:
handlebars -n OCA.RichDocuments.Templates js/templates/ -f js/templates.js