net-p2p/i2p: Add missing die.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 7 Jan 2016 07:56:07 +0000 (07:56 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 7 Jan 2016 07:56:07 +0000 (07:56 +0000)
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
net-p2p/i2p/i2p-0.9.23.ebuild

index 52e9cc047811ba812e06cadd271b66d55a8a03bf..bfe7595503bd37b528381e656a25cf4dc4a51fc2 100644 (file)
@@ -46,7 +46,7 @@ pkg_setup() {
 
 src_unpack() {
        unpack ${A}
-       cd "${S}"
+       cd "${S}" || die
        java-ant_rewrite-classpath
 }