From: Philip Kaludercic Date: Thu, 15 Dec 2022 17:21:24 +0000 (+0100) Subject: Ensure package directories for source packages from checkouts X-Git-Tag: emacs-29.0.90~1154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=367022f316e;p=emacs.git Ensure package directories for source packages from checkouts * lisp/emacs-lisp/package-vc.el (package-vc-install-from-checkout): Set the :dir entry, since `package-vc--unpack-1' assumes the field is set, as is the case when invoking `package-vc--unpack'. --- diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index db54e0e130e..8f0eedd2f88 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -783,6 +783,7 @@ name from the base name of DIR." (package-vc--unpack-1 (package-desc-create :name (intern name) + :dir pkg-dir :kind 'vc) (file-name-as-directory pkg-dir))))