commit: 63b6f6519b049685809bcdd896b666ee1a9a5290
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 09:47:32 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 10:12:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b6f651
media-sound/subsonic-bin: Use relative symlinks
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild | 4 ++--
1 file 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 1fe06db06e5..522f0e8ef95 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
}