Re-use existing function for determining path of .entry file

This commit is contained in:
Steve Purcell 2014-01-14 21:21:40 +00:00
parent b65bdcfa2b
commit a555fea6d9

View file

@ -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))