branch: externals/system-packages
commit 7e7131bc2bb31494630c9a2b7cb5f137bf6d7a1a
Author: Nicholas D Steeves <nstee...@gmail.com>
Commit: Nicholas D Steeves <nstee...@gmail.com>

    Fix apt-cache list-dependencies-of command.
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index bdde31a..70a527b 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -161,7 +161,7 @@
           (remove-orphaned . "apt-get autoremove")
           (list-installed-packages . "dpkg -l")
           (list-installed-packages-all . "dpkg -l")
-          (list-dependencies-of . "apt-cache deps")
+          (list-dependencies-of . "apt-cache depends")
           (noconfirm . "-y")))
     (aptitude .
               ((default-sudo . t)

Reply via email to