commit:     9cc12ede54f7a784c30bce704bc7d06c82963b42
Author:     ArsenShnurkov <ArsenShnurkov <AT> users <DOT> noreply <DOT> github 
<DOT> com>
AuthorDate: Sun May 28 16:35:14 2017 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Sun May 28 16:35:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=9cc12ede

name of exe in wrapper fixed

 dev-util/nunit/nunit-3.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/nunit/nunit-3.0.1-r2.ebuild 
b/dev-util/nunit/nunit-3.0.1-r2.ebuild
index af165c1..a5cd7fd 100644
--- a/dev-util/nunit/nunit-3.0.1-r2.ebuild
+++ b/dev-util/nunit/nunit-3.0.1-r2.ebuild
@@ -100,7 +100,7 @@ src_install() {
                doins bin/${DIR}/*.mdb
        fi
 
-       make_wrapper nunit "mono ${SLOTTEDDIR}/nunit-console.exe"
+       make_wrapper nunit "mono ${SLOTTEDDIR}/nunit3-console.exe"
 
        # 
https://stackoverflow.com/questions/36430417/is-there-a-nunit-console-runner-dll-for-nunit-3-0
        # egacinstall "${S}/bin/${DIR}/nunit-console-runner.dll"

Reply via email to