diff options
author | Marc Joliet <marcec@gmx.de> | 2015-11-29 09:20:19 +0100 |
---|---|---|
committer | Marc Joliet <marcec@gmx.de> | 2015-12-04 22:00:19 +0100 |
commit | 9169f9a3606dcc811fbf21c6e0363a5fa21bacde (patch) | |
tree | ab990e2c4e7fc26a2e19d37200a8b57c85e6d659 /app-shells/autojump | |
parent | app-shells/autojump: revbump to add FISH support (diff) | |
download | gentoo-9169f9a3606dcc811fbf21c6e0363a5fa21bacde.tar.gz gentoo-9169f9a3606dcc811fbf21c6e0363a5fa21bacde.tar.bz2 gentoo-9169f9a3606dcc811fbf21c6e0363a5fa21bacde.zip |
app-shells/autojump-22.2.4-r4: use python_replicate_script
Signed-off-by: Marc Joliet <marcec@gmx.de>
Diffstat (limited to 'app-shells/autojump')
-rw-r--r-- | app-shells/autojump/autojump-22.2.4-r4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-shells/autojump/autojump-22.2.4-r4.ebuild b/app-shells/autojump/autojump-22.2.4-r4.ebuild index f812b0b781c2..3b216104a294 100644 --- a/app-shells/autojump/autojump-22.2.4-r4.ebuild +++ b/app-shells/autojump/autojump-22.2.4-r4.ebuild @@ -39,6 +39,7 @@ src_compile() { src_install() { dobin bin/autojump + python_replicate_script "${ED}"/usr/bin/autojump insinto /etc/profile.d doins bin/"${PN}".sh |