Add 9.0 patch

Doesn't work with reflink, disable if using  progress-bar
This commit is contained in:
Zackptg5
2021-11-09 12:42:26 -05:00
parent e81fa04c0a
commit fd0fc50b1a
2 changed files with 669 additions and 5 deletions

View File

@@ -11,11 +11,11 @@ advcpmv-0.5-8.21.patch was the last patch released by the author (on February 14
The latest GNU Core Utilities source can be found here: https://ftp.gnu.org/gnu/coreutils/
```
wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.32.tar.xz
tar xvJf coreutils-8.32.tar.xz
cd coreutils-8.32/
wget https://raw.githubusercontent.com/jarun/advcpmv/master/advcpmv-0.8-8.32.patch
patch -p1 -i advcpmv-0.8-8.32.patch
wget http://ftp.gnu.org/gnu/coreutils/coreutils-9.0.tar.xz
tar xvJf coreutils-9.0.tar.xz
cd coreutils-9.0/
wget https://raw.githubusercontent.com/jarun/advcpmv/master/advcpmv-0.9-9.0.patch
patch -p1 -i advcpmv-0.9-9.0.patch
./configure
make
```