emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/system-packages c6fa665 04/10: pacman -Ql: add the -q f


From: Stefan Monnier
Subject: [elpa] externals/system-packages c6fa665 04/10: pacman -Ql: add the -q flag to get rid of the package name prefix
Date: Tue, 16 Mar 2021 09:44:27 -0400 (EDT)

branch: externals/system-packages
commit c6fa6650202300265fbeb82db7d2223ab98951bc
Author: Štěpán Němec <stepnem@gmail.com>
Commit: Štěpán Němec <stepnem@gmail.com>

    pacman -Ql: add the -q flag to get rid of the package name prefix
    
    Prefixing each line with the package name only takes up space and
    makes the output less ready for further processing.
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index 27b82c6..ab0b104 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -135,7 +135,7 @@
              (log . "cat /var/log/pacman.log")
              (get-info . "pacman -Qi")
              (get-info-remote . "pacman -Si")
-             (list-files-provided-by . "pacman -Ql")
+             (list-files-provided-by . "pacman -qQl")
              (verify-all-packages . "pacman -Qkk")
              (verify-all-dependencies . "pacman -Dk")
              (remove-orphaned . "pacman -Rns $(pacman -Qtdq)")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]