commit:     24916b3cf7a4841ab2080b8dbb75451b53dd38db
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 06:27:53 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 06:28:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24916b3c

app-shells/smrsh: Add missing die.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-shells/smrsh/smrsh-8.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/smrsh/smrsh-8.15.2.ebuild 
b/app-shells/smrsh/smrsh-8.15.2.ebuild
index 52c94f5..0148d84 100644
--- a/app-shells/smrsh/smrsh-8.15.2.ebuild
+++ b/app-shells/smrsh/smrsh-8.15.2.ebuild
@@ -41,7 +41,7 @@ src_compile() {
 src_install() {
        dosbin "${S}/obj.$(uname -s).$(uname -r).$(arch)/${PN}/${PN}" || die
 
-       cd "${S}/${PN}"
+       cd "${S}/${PN}" || die
        doman "${PN}.8" || die
        dodoc README || die
 

Reply via email to