summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-15 10:47:32 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-15 11:12:56 +0100
commit63b6f6519b049685809bcdd896b666ee1a9a5290 (patch)
tree79eabd521617db68bff7add120567fef4c930cb6 /media-sound
parentmedia-gfx/xsane: Use relative symlink, fix ugly shell code (diff)
downloadgentoo-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')
-rw-r--r--media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild4
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
}