commit:     37d6a4145d33401335eaf26a81439f08d3c418fa
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 22:05:43 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 22:05:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d6a414

www-apps/zeppelin-bin: don't call dosym using ED but rather P.

Courtesy of Arfrever.

Closes: https://bugs.gentoo.org/699506
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
index 6b80c178e62..8423abc2db7 100644
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
@@ -35,6 +35,6 @@ src_install() {
 
        dodir "${INSTALL_DIR}"
        cp -pRP * "${ED}/${INSTALL_DIR}" || die
-       dosym "${ED}/${INSTALL_DIR}" /opt/zeppelin
+       dosym "${P}" /opt/zeppelin
        fowners -R zeppelin:zeppelin "${INSTALL_DIR}"
 }

Reply via email to