lang/org: fix org-ditaa jar paths

Now also includes contrib/scripts in org-mode's build directory.
This commit is contained in:
Henrik Lissner 2021-04-21 19:21:54 -04:00
parent bddb2b2a2d
commit f621ff8047
2 changed files with 7 additions and 1 deletions

View file

@ -6,7 +6,7 @@
(package! org-mode
:recipe (:host github
:repo "emacs-straight/org-mode"
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el")
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el" "contrib/scripts")
;; HACK A necessary hack because org requires a compilation step
;; after being cloned, and during that compilation a
;; org-version.el is generated with these two functions, which