Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/drush/
Date: Tue, 22 Aug 2017 19:59:59
Message-Id: 1503431982.1db72194b8b519b881a034b37b52ca965a9996c5.mgorny@gentoo
1 commit: 1db72194b8b519b881a034b37b52ca965a9996c5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 22 19:37:25 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 19:59:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db72194
7
8 app-admin/drush: [QA] Use relative symlink target(s)
9
10 app-admin/drush/drush-6.7.0-r1.ebuild | 2 +-
11 app-admin/drush/drush-6.7.0.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-admin/drush/drush-6.7.0-r1.ebuild b/app-admin/drush/drush-6.7.0-r1.ebuild
15 index e3ee7c54e67..41d92ea5255 100644
16 --- a/app-admin/drush/drush-6.7.0-r1.ebuild
17 +++ b/app-admin/drush/drush-6.7.0-r1.ebuild
18 @@ -58,7 +58,7 @@ src_install() {
19
20 exeinto /usr/share/drush
21 doexe drush
22 - dosym /usr/share/drush/drush /usr/bin/drush
23 + dosym ../share/drush/drush /usr/bin/drush
24
25 keepdir /etc/drush
26 newbashcomp drush.complete.sh drush
27
28 diff --git a/app-admin/drush/drush-6.7.0.ebuild b/app-admin/drush/drush-6.7.0.ebuild
29 index 4aea0e01c7e..9052c38c745 100644
30 --- a/app-admin/drush/drush-6.7.0.ebuild
31 +++ b/app-admin/drush/drush-6.7.0.ebuild
32 @@ -56,7 +56,7 @@ src_install() {
33
34 exeinto /usr/share/drush
35 doexe drush
36 - dosym /usr/share/drush/drush /usr/bin/drush
37 + dosym ../share/drush/drush /usr/bin/drush
38
39 keepdir /etc/drush
40 newbashcomp drush.complete.sh drush