mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
12997b9e24
This recipe makes sure to copy the ess-pkg.el file from the lisp directory to the root, and disables the copy back to the lisp directory. *-pkg.el files must be in the root of the archive for package.el to find them. Fixes #2655
3 lines
183 B
Text
3 lines
183 B
Text
(ess :repo "emacs-ess/ESS" :fetcher github :files
|
|
("*.el" ("lisp" "lisp/*.el") (:exclude "lisp/ess-pkg.el") ("etc" "etc/*")
|
|
"doc/*.texi" "doc/info/dir" "lisp/ess-pkg.el"))
|