mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user