commit:     1db72194b8b519b881a034b37b52ca965a9996c5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 19:37:25 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 19:59:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db72194

app-admin/drush: [QA] Use relative symlink target(s)

 app-admin/drush/drush-6.7.0-r1.ebuild | 2 +-
 app-admin/drush/drush-6.7.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/drush/drush-6.7.0-r1.ebuild 
b/app-admin/drush/drush-6.7.0-r1.ebuild
index e3ee7c54e67..41d92ea5255 100644
--- a/app-admin/drush/drush-6.7.0-r1.ebuild
+++ b/app-admin/drush/drush-6.7.0-r1.ebuild
@@ -58,7 +58,7 @@ src_install() {
 
        exeinto /usr/share/drush
        doexe drush
-       dosym /usr/share/drush/drush /usr/bin/drush
+       dosym ../share/drush/drush /usr/bin/drush
 
        keepdir /etc/drush
        newbashcomp drush.complete.sh drush

diff --git a/app-admin/drush/drush-6.7.0.ebuild 
b/app-admin/drush/drush-6.7.0.ebuild
index 4aea0e01c7e..9052c38c745 100644
--- a/app-admin/drush/drush-6.7.0.ebuild
+++ b/app-admin/drush/drush-6.7.0.ebuild
@@ -56,7 +56,7 @@ src_install() {
 
        exeinto /usr/share/drush
        doexe drush
-       dosym /usr/share/drush/drush /usr/bin/drush
+       dosym ../share/drush/drush /usr/bin/drush
 
        keepdir /etc/drush
        newbashcomp drush.complete.sh drush

Reply via email to