mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
:ensure-system-package was installing packages by running
system-packages-get-command via async-shell-command. This meant that
system-packages-use-sudo wasn't being honoured.
This patch makes :ensure-system-package use system-packages-install
for all cases, except where a custom install command is supplied, in
which case async-shell-command is used.
This issue was introduced in
|
||
|---|---|---|
| .. | ||
| bind-chord.el | ||
| bind-key.el | ||
| use-package-bind-key.el | ||
| use-package-chords.el | ||
| use-package-core.el | ||
| use-package-delight.el | ||
| use-package-diminish.el | ||
| use-package-ensure-system-package.el | ||
| use-package-ensure.el | ||
| use-package-jump.el | ||
| use-package-lint.el | ||
| use-package.el | ||