mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 19:18:39 +00:00
Re-use existing function for determining path of .entry file
This commit is contained in:
parent
b65bdcfa2b
commit
a555fea6d9
1 changed files with 1 additions and 3 deletions
|
@ -824,9 +824,7 @@ and a cl struct in Emacs HEAD. This wrapper normalises the results."
|
|||
(pb/config-file-list rcp)
|
||||
pkg-working-dir
|
||||
package-build-archive-dir)))
|
||||
(pb/dump archive-entry
|
||||
(expand-file-name (concat file-name "-" version ".entry")
|
||||
package-build-archive-dir))
|
||||
(pb/dump archive-entry (pb/entry-file-name archive-entry))
|
||||
(pb/message "Built in %.3fs, finished at %s"
|
||||
(time-to-seconds (time-since start-time))
|
||||
(current-time-string))
|
||||
|
|
Loading…
Reference in a new issue