diff options
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}" } |