diff options
Diffstat (limited to 'app-shells/localshell')
-rw-r--r-- | app-shells/localshell/localshell-1.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/localshell/localshell-1.3.4-r1.ebuild b/app-shells/localshell/localshell-1.3.4-r1.ebuild index dbc6064a4f9f..f2c8e8a51be3 100644 --- a/app-shells/localshell/localshell-1.3.4-r1.ebuild +++ b/app-shells/localshell/localshell-1.3.4-r1.ebuild @@ -20,7 +20,7 @@ src_configure() { } src_install() { - emake install DESTDIR="${D}" || die "emake install failed" + emake install DESTDIR="${D}" rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL} } |