mirror of
https://github.com/correl/melpa.git
synced 2024-11-28 11:09:55 +00:00
write-pkg-readme requires the target dir
another typo fix for packages.
This commit is contained in:
parent
ccf8a94667
commit
b1efca47e0
1 changed files with 2 additions and 1 deletions
|
@ -967,7 +967,8 @@ Returns the archive entry for the package."
|
|||
pkg-dir-name))
|
||||
|
||||
(let ((default-directory source-dir))
|
||||
(pb/write-pkg-readme (pb/find-package-commentary pkg-source)
|
||||
(pb/write-pkg-readme target-dir
|
||||
(pb/find-package-commentary pkg-source)
|
||||
package-name))
|
||||
|
||||
(delete-directory pkg-tmp-dir t nil)
|
||||
|
|
Loading…
Reference in a new issue