mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
use /usr for install paths on compiles
This commit is contained in:
parent
da15618055
commit
52e88f474d
1 changed files with 3 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ RUN \
|
|||
https://sourceforge.net/projects/mp3gain/files/mp3gain/1.5.2/mp3gain-1_5_2_r2-src.zip && \
|
||||
cd /tmp/mp3gain-src && \
|
||||
unzip -qq /tmp/mp3gain-src/mp3gain.zip && \
|
||||
sed -i "s#/usr/local/bin#/usr/bin#g" /tmp/mp3gain-src/Makefile && \
|
||||
make && \
|
||||
make install && \
|
||||
|
||||
|
|
@ -53,7 +54,8 @@ RUN \
|
|||
cd /tmp/chromaprint && \
|
||||
cmake \
|
||||
-DBUILD_EXAMPLES=ON . \
|
||||
-DCMAKE_BUILD_TYPE=Release && \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr && \
|
||||
make && \
|
||||
make install && \
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue