From: Victor Martinez Date: Thu, 17 May 2018 20:31:06 +0000 (+0000) Subject: coreutils: removed old patch X-Git-Url: http://gitweb/?a=commitdiff_plain;h=9bfc6244a9a625db10865ac99cc54fd2021b6619;p=crossrootfs.git coreutils: removed old patch --- diff --git a/coreutils/coreutils-8.26-Fix-cross.patch b/coreutils/coreutils-8.26-Fix-cross.patch deleted file mode 100644 index df96192..0000000 --- a/coreutils/coreutils-8.26-Fix-cross.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- coreutils-8.26.orig/src/local.mk 2017-02-14 15:50:02.555173014 +0000 -+++ coreutils-8.26/src/local.mk 2017-02-14 15:50:54.405173651 +0000 -@@ -645,7 +645,7 @@ check-duplicate-no-install: src/tr - - # Use the just-built 'ginstall', when not cross-compiling. - if CROSS_COMPILING --cu_install_program = @INSTALL_PROGRAM@ -+cu_install_program = @INSTALL@ - else - cu_install_program = src/ginstall - endif