Skip to content

Commit

Permalink
Update prepare_source
Browse files Browse the repository at this point in the history
wrong patchrelease number
  • Loading branch information
gehoern authored Dec 4, 2024
1 parent 9bd7148 commit cfcd7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_source
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apt-get install --no-install-recommends -y curl ca-certificates

pkg=coreutils
version_orig=9.5
version="$version_orig-2"
version="$version_orig-1"
curl 'https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz' | xz -d | tee "$dir/orig.tar" | tar --extract --strip-components 1 --directory "$dir/src"
apt_src --ignore-orig coreutils
apply_patches

0 comments on commit cfcd7a7

Please sign in to comment.