branch: elpa-admin commit d6dfeed0caa864bcb984a8d6c8eff94c791ed225 Author: Chong Yidong <c...@stupidchicken.com> Commit: Chong Yidong <c...@stupidchicken.com>
Fix last change. --- admin/archive-contents.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/archive-contents.el b/admin/archive-contents.el index cb2c646..6c315ca 100644 --- a/admin/archive-contents.el +++ b/admin/archive-contents.el @@ -71,8 +71,8 @@ Otherwise return nil." (nth 1 exp) file))) (push (cons (intern pkg) (vector (version-to-list vers) req (nth 3 exp) 'tar)) - packages)) - (rename-file file (concat pkg "-" vers))) + packages) + (rename-file file (concat pkg "-" vers)))) ;; Simple package ((string-match "\\([^/]+\\)\\.el\\'" file) (let* ((pkg (match-string 1 file))