Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: app-shells/pash/
Date: Thu, 25 Jun 2015 07:04:35
Message-Id: 1434898897.ea7a2612720c5128f2412d93512ba6581a28fe2b.cynede@gentoo
1 commit: ea7a2612720c5128f2412d93512ba6581a28fe2b
2 Author: layman <-v>
3 AuthorDate: Sun Jun 21 15:01:37 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 21 15:01:37 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=ea7a2612
7
8 removing from doins paths
9
10 app-shells/pash/pash-0.0-r20150618.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/app-shells/pash/pash-0.0-r20150618.ebuild b/app-shells/pash/pash-0.0-r20150618.ebuild
14 index 6f0268a..bc437cb 100644
15 --- a/app-shells/pash/pash-0.0-r20150618.ebuild
16 +++ b/app-shells/pash/pash-0.0-r20150618.ebuild
17 @@ -39,10 +39,10 @@ src_compile() {
18 src_install() {
19 elog "Installing assemblies"
20 insinto /usr/lib/pash/
21 - doins "${S}/Source/PashConsole/bin/Release/Pash.exe"
22 - doins "${S}/Source/PashConsole/bin/Release/*.dll"
23 + doins Source/PashConsole/bin/Release/Pash.exe
24 + doins Source/PashConsole/bin/Release/*.dll
25 if use debug; then
26 - doins "${S}/Source/PashConsole/bin/Release/*.mdb"
27 + doins Source/PashConsole/bin/Release/*.mdb
28 fi
29 make_wrapper pash "mono /usr/lib/pash/Pash.exe"
30 }