mirror of
https://github.com/correl/melpa.git
synced 2025-03-20 09:19:22 -09:00
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:
parent
0eb3729258
commit
12997b9e24
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
||||||
(ess :repo "emacs-ess/ESS" :fetcher github :files
|
(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"))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue