dev-dotnet/ndesk-dbus: Add die statement
authorPacho Ramos <pacho@gentoo.org>
Sun, 9 Oct 2016 08:43:01 +0000 (10:43 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 9 Oct 2016 09:03:41 +0000 (11:03 +0200)
Package-Manager: portage-2.3.1

dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild

index 92da367a088de833424ad98eb0668e631b5c50db..c941981ecf016b6cd577f3d225ef24a230b8e9dd 100644 (file)
@@ -25,5 +25,5 @@ DEPEND="${RDEPEND}
 src_prepare() {
        default
        # mono-4 compat
-       sed -i "s#gmcs#mcs#g" configure
+       sed -i "s#gmcs#mcs#g" configure || die
 }