vim-plugin.eclass: simplify permission setting logic.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 5 Nov 2017 21:16:43 +0000 (22:16 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 5 Nov 2017 21:17:32 +0000 (22:17 +0100)
commitbb7f724185f344a656bbaf1df19f00f8265ea76d
tree8aa814c6205f850ff805a77aa4421e76da59cf81
parent1b016139ee17c351bb388cecdcc01ad17e3dc792
vim-plugin.eclass: simplify permission setting logic.

We don't use Portage internal variables. Instead, we do away with that
chunk of code and invoke fperms recursively on the directory with the
right permission flags.

Closes: https://bugs.gentoo.org/469400
eclass/vim-plugin.eclass