~thopiekar/pacman-pm/pacman

Viewing all changes in revision 5364.

  • Committer: Allan McRae
  • Author(s): Eli Schwartz
  • Date: 2018-05-16 04:44:16 UTC
  • Revision ID: git-v1:6341e5ce2365d791102505fe040d1dcba5b271aa
Fix using run_pacman to invoke -Qi with sudo

In commit 5698d7b66daa2a0bc99cab7a989cef1c806c3bf6 a new non-root use of
pacman was added -- previously we used -T or -Qq, and run_pacman did not
know how to special-case -Qi to skip being prepended with sudo.

The result is:

  -> Generating .BUILDINFO file...
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
[sudo] password for eschwartz:
  -> Adding changelog file...

Fix this by using a more generic glob since neither -Q nor -T will ever
need sudo or PACMAN_OPTS

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: