mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
let* cleanup madness
This commit is contained in:
parent
dedfbe1be5
commit
d6136c239d
1 changed files with 48 additions and 49 deletions
|
@ -241,9 +241,8 @@
|
|||
(let* ((repo-type (plist-get cfg :fetcher))
|
||||
(repo-url (plist-get cfg :url))
|
||||
(summary (plist-get cfg :summary))
|
||||
(files (plist-get cfg :files)))
|
||||
|
||||
(let* ((pkglst)
|
||||
(files (plist-get cfg :files))
|
||||
(pkglst)
|
||||
(pkgdeps)
|
||||
(version
|
||||
(cond
|
||||
|
@ -291,7 +290,7 @@
|
|||
files)
|
||||
(delete-directory pkg-base-dir t nil)
|
||||
(package-build-add-to-archive-contents
|
||||
name version pkgdeps summary 'tar)))))
|
||||
name version pkgdeps summary 'tar))))
|
||||
(package-build-dump-archive-contents))))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue