From 05a8115baec78a5c11cb4bf11720fe20ac7f248b Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 18 Oct 2018 08:51:03 +0200 Subject: [PATCH] Fix makefile to default location of occ Signed-off-by: Roeland Jago Douma --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 172188c27..3e447dcaf 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