www-apps/zeppelin-bin: don't call dosym using ED but rather P.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Nov 2019 22:05:43 +0000 (23:05 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Nov 2019 22:05:43 +0000 (23:05 +0100)
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@gentoo.org>
www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild

index 6b80c178e624fcc3d1d00291ddd9888089a06731..8423abc2db720089273cc60bcf098520909e62ad 100644 (file)
@@ -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}"
 }