|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: package/.../coreutils/install.patch |
|
|
# Filename: package/.../coreutils/install.patch |
|
|
# Copyright (C) 2010 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2010 - 2012 The OpenSDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
# |
|
|
# |
|
@ -25,14 +25,14 @@ to be FHS compliant. |
|
|
Without this fix those binaries will get installed at both locations, |
|
|
Without this fix those binaries will get installed at both locations, |
|
|
because on cross-stage the filter is working properly. |
|
|
because on cross-stage the filter is working properly. |
|
|
|
|
|
|
|
|
--- coreutils-7.4/src/Makefile.in.orig 2010-03-31 19:31:40.000000000 +0200
|
|
|
|
|
|
+++ coreutils-7.4/src/Makefile.in 2010-03-31 19:34:19.000000000 +0200
|
|
|
|
|
|
@@ -1627,7 +1627,7 @@
|
|
|
|
|
|
# translation inhibits printing of UTF-8 names, just skip this test. |
|
|
|
|
|
au_dotdot = authors-dotdot |
|
|
|
|
|
au_actual = authors-actual |
|
|
|
|
|
-@CROSS_COMPILING_FALSE@cu_install_program = ./ginstall
|
|
|
|
|
|
|
|
|
--- coreutils-8.20/Makefile.in.orig 2012-10-23 18:26:32.000000000 +0200
|
|
|
|
|
|
+++ coreutils-8.20/Makefile.in 2012-12-23 14:20:47.680155027 +0100
|
|
|
|
|
|
@@ -3313,7 +3313,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
pm = progs-makefile |
|
|
|
|
|
pr = progs-readme |
|
|
|
|
|
-@CROSS_COMPILING_FALSE@cu_install_program = src/ginstall
|
|
|
+@CROSS_COMPILING_FALSE@cu_install_program = install
|
|
|
+@CROSS_COMPILING_FALSE@cu_install_program = install
|
|
|
|
|
|
|
|
|
# Use the just-built ./ginstall, when not cross-compiling. |
|
|
|
|
|
|
|
|
# Use the just-built 'ginstall', when not cross-compiling. |
|
|
@CROSS_COMPILING_TRUE@cu_install_program = @INSTALL_PROGRAM@ |
|
|
@CROSS_COMPILING_TRUE@cu_install_program = @INSTALL_PROGRAM@ |