Fix makefile to default location of occ
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Родитель
60707ee9f6
Коммит
05a8115bae
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ appstore_dir=$(build_dir)/appstore
|
||||||
source_dir=$(build_dir)/source
|
source_dir=$(build_dir)/source
|
||||||
package_name=$(app_name)
|
package_name=$(app_name)
|
||||||
cert_dir=$(HOME)/.nextcloud/certificates
|
cert_dir=$(HOME)/.nextcloud/certificates
|
||||||
occ=$(CURDIR)/../core/occ
|
occ=$(CURDIR)/../../occ
|
||||||
|
|
||||||
handlebars-templates:
|
handlebars-templates:
|
||||||
handlebars -n OCA.RichDocuments.Templates js/templates/ -f js/templates.js
|
handlebars -n OCA.RichDocuments.Templates js/templates/ -f js/templates.js
|
||||||
|
|
Загрузка…
Ссылка в новой задаче