Skip to content

Commit

Permalink
script tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Jan 26, 2024
1 parent ae5fe97 commit 085338f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ if [ ! -d "$dist_dir/$ffmpeg_target" ]; then
log "Retrieving ffmpeg"
ffmpeg_url_base="https://github.com/aclap-dev/ffmpeg-static-builder/releases/download/"
ffmpeg_url=$ffmpeg_url_base/v$package_ffmpeg_build_version/$ffmpeg_target.tar.bz2
ffmpeg_tarball=$dist_dir/ffmpeg.tar.bz2
ffmpeg_tarball=$dist_dir/$ffmpeg_target.tar.bz2
wget --show-progress -c -O $ffmpeg_tarball $ffmpeg_url
(cd $dist_dir && tar -xf $ffmpeg_tarball)
rm $ffmpeg_tarball
Expand Down

0 comments on commit 085338f

Please sign in to comment.