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
This commit is contained in:
Donald Curtis 2015-04-05 18:57:54 -04:00
parent 0eb3729258
commit 12997b9e24

View file

@ -1,5 +1,3 @@
(ess :repo "emacs-ess/ESS" :fetcher github :files
("*.el" ("lisp" "lisp/*.el") ("etc" "etc/*") "doc/*.texi" "doc/info/dir"))
("*.el" ("lisp" "lisp/*.el") (:exclude "lisp/ess-pkg.el") ("etc" "etc/*")
"doc/*.texi" "doc/info/dir" "lisp/ess-pkg.el"))