dev-ada/gnatcoll-bindings: fix rm when asked to build nothing

Closes: https://bugs.gentoo.org/829575
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2021-12-18 21:09:18 +01:00
parent 7aa1ca74bb
commit 577441101f
2 changed files with 2 additions and 2 deletions

View File

@@ -83,6 +83,6 @@ src_install() {
done
fi
done
rm -r "${D}"/usr/share/gpr/manifests || die
rm -rf "${D}"/usr/share/gpr/manifests
einstalldocs
}

View File

@@ -88,6 +88,6 @@ src_install() {
fi
fi
done
rm -r "${D}"/usr/share/gpr/manifests || die
rm -rf "${D}"/usr/share/gpr/manifests
einstalldocs
}