Skip to content

Commit

Permalink
cherry picking patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gehoern committed Dec 13, 2024
1 parent 54bcb20 commit 7ae3f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prepare_source
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version_orig=9.5
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
rm "$dir/src/debian/patches/cp-n.diff"
rm -f "$dir/src/debian/patches/cp-n.diff"
sed -i "/cp-n.diff/d" "$dir/src/debian/patches/series"
apply_patches
version_suffix=gl0~bp1443

0 comments on commit 7ae3f49

Please sign in to comment.