summaryrefslogtreecommitdiff
path: root/core/coreutils/Pkgfile.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-12-16 14:50:05 +0100
committerErich Eckner <git@eckner.net>2016-12-16 14:50:05 +0100
commitc17a255d63566d8f92bc824eaf8a4768831ce724 (patch)
tree447d228e73a4b18b7e2028ca9e43e5db5ead145e /core/coreutils/Pkgfile.patch
parente954094ad3464f5748d44d316262ff356ffef722 (diff)
downloadcrux-patches-c17a255d63566d8f92bc824eaf8a4768831ce724.tar.xz
coreutils: shred: keep hard linked files from being shredded (option -h to disable)
Diffstat (limited to 'core/coreutils/Pkgfile.patch')
-rw-r--r--core/coreutils/Pkgfile.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/coreutils/Pkgfile.patch b/core/coreutils/Pkgfile.patch
index d4886a0..6544681 100644
--- a/core/coreutils/Pkgfile.patch
+++ b/core/coreutils/Pkgfile.patch
@@ -1,16 +1,18 @@
--- Pkgfile 2016-01-21 19:54:43.219280408 +0100
+++ Pkgfile 2016-10-05 21:31:50.026261183 +0200
-@@ -7,12 +7,14 @@
+@@ -7,12 +7,16 @@
version=8.26
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz
- coreutils-uname.patch)
++ coreutils-shred.patch
+ coreutils-uname.patch
+ coreutils-uniq.patch)
build() {
cd $name-$version
++ 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