net-p2p/i2p: Add missing die.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Patrice Clement
2016-01-07 07:56:07 +00:00
parent a94ed6ff14
commit 6036043082

View File

@@ -46,7 +46,7 @@ pkg_setup() {
src_unpack() {
unpack ${A}
cd "${S}"
cd "${S}" || die
java-ant_rewrite-classpath
}