mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Fix SVN checkout to use SCRIPT_REV
For some reason openmpt is not correctly checking out the specified revision due to incorrect env var has being used
This commit is contained in:
@@ -8,7 +8,7 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
retry-tool sh -c "rm -rf openmpt && svn checkout '${SCRIPT_REPO}@${SCRIPT}' openmpt"
|
||||
retry-tool sh -c "rm -rf openmpt && svn checkout '${SCRIPT_REPO}@${SCRIPT_REV}' openmpt"
|
||||
cd openmpt
|
||||
|
||||
local myconf=(
|
||||
|
||||
Reference in New Issue
Block a user