summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-11-28 23:05:43 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-11-28 23:05:43 +0100
commit37d6a4145d33401335eaf26a81439f08d3c418fa (patch)
tree3adab92a23582387c9bac17e135962839f0d03af /www-apps
parentapp-emulation/nemu: version bump. (diff)
downloadgentoo-37d6a4145d33401335eaf26a81439f08d3c418fa.tar.gz
gentoo-37d6a4145d33401335eaf26a81439f08d3c418fa.tar.bz2
gentoo-37d6a4145d33401335eaf26a81439f08d3c418fa.zip
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@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 6b80c178e624..8423abc2db72 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}"
}