CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: removed old patch
authorVictor Martinez <pitillo@ono.com>
Thu, 17 May 2018 20:31:06 +0000 (20:31 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 17 May 2018 20:31:06 +0000 (20:31 +0000)
coreutils/coreutils-8.26-Fix-cross.patch [deleted file]

diff --git a/coreutils/coreutils-8.26-Fix-cross.patch b/coreutils/coreutils-8.26-Fix-cross.patch
deleted file mode 100644 (file)
index df96192..0000000
+++ /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