diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-24 00:03:12 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-24 00:03:25 +0100 |
commit | 78fda9ce0339ed6326e729d1c3f6b8e6d55072fe (patch) | |
tree | d19c4507995ec1d6d80c0cdf4908720864e35f87 /app-shells/rc | |
parent | app-shells/rc: EAPI 6 bump. (diff) | |
download | gentoo-78fda9ce0339ed6326e729d1c3f6b8e6d55072fe.tar.gz gentoo-78fda9ce0339ed6326e729d1c3f6b8e6d55072fe.tar.bz2 gentoo-78fda9ce0339ed6326e729d1c3f6b8e6d55072fe.zip |
app-shells/rc: install binary in /usr/bin.
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-shells/rc')
-rw-r--r-- | app-shells/rc/rc-1.7.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/rc/rc-1.7.4-r1.ebuild b/app-shells/rc/rc-1.7.4-r1.ebuild index 22cf47f1d49c..b5aee333b064 100644 --- a/app-shells/rc/rc-1.7.4-r1.ebuild +++ b/app-shells/rc/rc-1.7.4-r1.ebuild @@ -30,7 +30,7 @@ src_configure() { } src_install() { - into / + into /usr newbin "${PN}" "${PN}sh" newman "${PN}.1" "${PN}sh.1" einstalldocs |