melpa/recipes/ess
Donald Curtis 12997b9e24 Copy ess-pkg.el to the root directory.
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
2015-04-05 19:02:26 -04:00

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"))