commit: a10b489b885104a7b990477807fa91abf7b9b069
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Nov 29 13:38:59 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 13:38:59 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a10b489b
sci-misc/mendeleydesktop: make use of make_wrapper
---
sci-misc/mendeleydesktop/files/mendeleydesktop | 4 ----
sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild | 4 ++--
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/sci-misc/mendeleydesktop/files/mendeleydesktop
b/sci-misc/mendeleydesktop/files/mendeleydesktop
deleted file mode 100755
index bedf758..0000000
--- a/sci-misc/mendeleydesktop/files/mendeleydesktop
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-exec /opt/mendeleydesktop/bin/mendeleydesktop --unix-distro-build "$@"
-
diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild
b/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild
index 690672d..173fd5f 100644
--- a/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild
+++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild
@@ -113,6 +113,6 @@ src_install() {
doins -r share/mendeleydesktop
# install launch script
- exeinto /opt/bin
- doexe "${FILESDIR}"/${PN}
+ into /opt
+ make_wrapper ${PN} "/opt/${PN}/bin/${PN} --unix-distro-build"
}