diff options
author | Vadim A. Misbakh-Soloviov <git@mva.name> | 2017-04-09 14:54:25 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <git@mva.name> | 2017-04-09 14:54:25 +0700 |
commit | 1240a28b5be93145132bfaaf52fbbae47d57e33b (patch) | |
tree | 0c5161e0083c031d6eb2c0f285b5134c535b56cb /dev-lua/lunit | |
parent | verse: fix (diff) | |
download | lua-1240a28b5be93145132bfaaf52fbbae47d57e33b.tar.gz lua-1240a28b5be93145132bfaaf52fbbae47d57e33b.tar.bz2 lua-1240a28b5be93145132bfaaf52fbbae47d57e33b.zip |
lunit: fix
Diffstat (limited to 'dev-lua/lunit')
-rw-r--r-- | dev-lua/lunit/lunit-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lua/lunit/lunit-9999.ebuild b/dev-lua/lunit/lunit-9999.ebuild index 0d8a46b..bd291a1 100644 --- a/dev-lua/lunit/lunit-9999.ebuild +++ b/dev-lua/lunit/lunit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,5 +24,6 @@ each_lua_install() { } all_lua_install() { - newbin "extra/${PN}.sh" "${PN}" + dobin extra/"${PN}".sh + dosym "${PN}.sh" /usr/bin/"${PN}" } |