net-proxy/torsocks: add an `|| die`
authorAnthony G. Basile <blueness@gentoo.org>
Fri, 9 Oct 2015 01:34:03 +0000 (21:34 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 9 Oct 2015 01:34:23 +0000 (21:34 -0400)
Package-Manager: portage-2.2.20.1

net-proxy/torsocks/torsocks-2.1.0.ebuild

index e404f6327db84428dd6b2f831c09ca3d25dd5945..b085f655d81a2925f1fe0e0573df652f0e32fda1 100644 (file)
@@ -43,6 +43,6 @@ src_install() {
        dodoc ChangeLog README.md TODO doc/notes/DEBUG doc/socks/{SOCKS5,socks-extensions.txt}
 
        #Remove libtool .la files
-       cd "${D}"/usr/$(get_libdir)/torsocks
+       cd "${D}"/usr/$(get_libdir)/torsocks || die
        rm -f *.la
 }