commit:     f1916e91ba0c3489b2542f0ae822630d1e0daa5b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Apr 20 10:32:59 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 20 10:32:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1916e91

app-shells/zsh-autosuggestions: fix path

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild 
b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
index 53166b0f3..baa0f36eb 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
@@ -17,8 +17,6 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
-#test need byebug not packaged
-#RESTRICT="test"
 RDEPEND=">=app-shells/zsh-4.3.11"
 BDEPEND="
        test? (
@@ -33,7 +31,7 @@ DEPEND=""
 
 src_install() {
        insinto "/usr/share/zsh/site-functions/"
-       doins "${PN}.zsh"
+       doins "${WORKDIR}/all/${P}/${PN}.zsh"
 }
 
 pkg_postinst() {

Reply via email to