diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-22 21:37:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-22 21:59:42 +0200 |
commit | 1db72194b8b519b881a034b37b52ca965a9996c5 (patch) | |
tree | 1c66748119d1408e917c86fe402d8afa95421134 /app-admin/drush | |
parent | app-admin/puppet-agent: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-1db72194b8b519b881a034b37b52ca965a9996c5.tar.gz gentoo-1db72194b8b519b881a034b37b52ca965a9996c5.tar.bz2 gentoo-1db72194b8b519b881a034b37b52ca965a9996c5.zip |
app-admin/drush: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-admin/drush')
-rw-r--r-- | app-admin/drush/drush-6.7.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 e3ee7c54e67d..41d92ea52559 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 4aea0e01c7ea..9052c38c745c 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 |