diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-15 10:47:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-15 11:12:56 +0100 |
commit | 63b6f6519b049685809bcdd896b666ee1a9a5290 (patch) | |
tree | 79eabd521617db68bff7add120567fef4c930cb6 /media-sound/subsonic-bin | |
parent | media-gfx/xsane: Use relative symlink, fix ugly shell code (diff) | |
download | gentoo-63b6f6519b049685809bcdd896b666ee1a9a5290.tar.gz gentoo-63b6f6519b049685809bcdd896b666ee1a9a5290.tar.bz2 gentoo-63b6f6519b049685809bcdd896b666ee1a9a5290.zip |
media-sound/subsonic-bin: Use relative symlinks
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound/subsonic-bin')
-rw-r--r-- | media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild b/media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild index 1fe06db06e55..522f0e8ef95f 100644 --- a/media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild +++ b/media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild @@ -52,11 +52,11 @@ src_install() { if use ffmpeg; then dodir ${SUBSONIC_HOME}/transcode - dosym /usr/bin/ffmpeg ${SUBSONIC_HOME}/transcode/ffmpeg + dosym ../../../../usr/bin/ffmpeg ${SUBSONIC_HOME}/transcode/ffmpeg fi if use lame; then dodir ${SUBSONIC_HOME}/transcode - dosym /usr/bin/lame ${SUBSONIC_HOME}/transcode/lame + dosym ../../../../usr/bin/lame ${SUBSONIC_HOME}/transcode/lame fi } |