dev-qt/qt-docs: do not hardcode version number; add "|| die"

Package-Manager: portage-2.3.2
This commit is contained in:
Davide Pesavento
2016-11-23 21:18:45 +01:00
parent 4fdb25eed9
commit 6bdcfdfaf9

View File

@@ -30,5 +30,5 @@ src_install() {
# these files are not shipped in any other version of qt-docs and collide with qtcore
# bug 597026
rm -r "${ED}"/usr/share/doc/qt-5.6.2/global
rm -rf "${ED}${dest}"/global || die
}