diff options
author | Erich Eckner <git@eckner.net> | 2021-09-28 06:21:11 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-09-28 06:21:11 +0200 |
commit | a309cb4bd78d06b8969aa23e2f21a6c3ea29be9a (patch) | |
tree | 2e386aba6fc8058f6a7e4e6dbed99a7ef0fcfe3d /core | |
parent | 1274d0504e96f7ecc6c8ca21ed2cf41ed3658e13 (diff) | |
download | crux-patches-a309cb4bd78d06b8969aa23e2f21a6c3ea29be9a.tar.xz |
core/corutils: update patch for new surroundings
Diffstat (limited to 'core')
-rw-r--r-- | core/coreutils/Pkgfile.patch | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/core/coreutils/Pkgfile.patch b/core/coreutils/Pkgfile.patch index ab56def..8208fc9 100644 --- a/core/coreutils/Pkgfile.patch +++ b/core/coreutils/Pkgfile.patch @@ -1,20 +1,22 @@ ---- Pkgfile 2016-01-21 19:54:43.219280408 +0100 -+++ Pkgfile 2016-10-05 21:31:50.026261183 +0200 -@@ -7,12 +7,16 @@ - version=8.27 +--- Pkgfile 2021-09-28 06:13:47.850678191 +0200 ++++ Pkgfile 2021-09-28 06:20:00.717139070 +0200 +@@ -7,7 +7,9 @@ + version=9.0 release=1 source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz -- coreutils-uname.patch) -+ coreutils-shred.patch -+ coreutils-uname.patch -+ coreutils-uniq.patch) ++ coreutils-shred.patch + coreutils-uname.patch ++ coreutils-uniq.patch + chmod.c.patch) build() { - cd $name-$version +@@ -16,7 +18,9 @@ + # https://bugs.gnu.org/50784 + patch -p1 -i $SRC/chmod.c.patch -+ patch -p1 -i $SRC/coreutils-shred.patch - patch -p1 -i $SRC/coreutils-uname.patch -+ patch -p1 -i $SRC/coreutils-uniq.patch - export FORCE_UNSAFE_CONFIGURE=1 - - ./configure --prefix=/usr \ ++ patch -p1 -i $SRC/coreutils-shred.patch + patch -p1 -i $SRC/coreutils-uname.patch ++ patch -p1 -i $SRC/coreutils-uniq.patch + export FORCE_UNSAFE_CONFIGURE=1 + + ./configure \ |