Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/
Date: Thu, 28 Nov 2019 22:10:48
Message-Id: 1574978743.37d6a4145d33401335eaf26a81439f08d3c418fa.monsieurp@gentoo
1 commit: 37d6a4145d33401335eaf26a81439f08d3c418fa
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 22:05:43 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 22:05:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d6a414
7
8 www-apps/zeppelin-bin: don't call dosym using ED but rather P.
9
10 Courtesy of Arfrever.
11
12 Closes: https://bugs.gentoo.org/699506
13 Package-Manager: Portage-2.3.79, Repoman-2.3.16
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
20 index 6b80c178e62..8423abc2db7 100644
21 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
22 +++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
23 @@ -35,6 +35,6 @@ src_install() {
24
25 dodir "${INSTALL_DIR}"
26 cp -pRP * "${ED}/${INSTALL_DIR}" || die
27 - dosym "${ED}/${INSTALL_DIR}" /opt/zeppelin
28 + dosym "${P}" /opt/zeppelin
29 fowners -R zeppelin:zeppelin "${INSTALL_DIR}"
30 }