So I have a minor annoyance with pacman that $(pacman-conf CacheDir)/somefile
evaluates to /var/cache/pacman/pkg//somefile, with two //. That's because the
default value of CacheDir (and several other path-valued variables) ends with a
trailing slash. The normalized path name is of course the same but I'd like it
to look pretty.

Would it be acceptable to either change the default values of these variables to
drop the trailing slash or have pacman-conf silently drop them when printing?

Reply via email to