commit: ea7a2612720c5128f2412d93512ba6581a28fe2b
Author: layman <-v>
AuthorDate: Sun Jun 21 15:01:37 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 15:01:37 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=ea7a2612
removing from doins paths
app-shells/pash/pash-0.0-r20150618.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-shells/pash/pash-0.0-r20150618.ebuild
b/app-shells/pash/pash-0.0-r20150618.ebuild
index 6f0268a..bc437cb 100644
--- a/app-shells/pash/pash-0.0-r20150618.ebuild
+++ b/app-shells/pash/pash-0.0-r20150618.ebuild
@@ -39,10 +39,10 @@ src_compile() {
src_install() {
elog "Installing assemblies"
insinto /usr/lib/pash/
- doins "${S}/Source/PashConsole/bin/Release/Pash.exe"
- doins "${S}/Source/PashConsole/bin/Release/*.dll"
+ doins Source/PashConsole/bin/Release/Pash.exe
+ doins Source/PashConsole/bin/Release/*.dll
if use debug; then
- doins "${S}/Source/PashConsole/bin/Release/*.mdb"
+ doins Source/PashConsole/bin/Release/*.mdb
fi
make_wrapper pash "mono /usr/lib/pash/Pash.exe"
}