FS#2047 - pacman -Qo follows symlinks
|
Details
pacman -Qo uses realpath() which expands symlinks. Instead,
-Qo should check the symlink file itself, not the file it
points to.
|
This task depends upon