CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: updated to 8.26
[crossrootfs.git] / coreutils / coreutils-8.26-Fix-cross.patch
1 --- coreutils-8.26.orig/src/local.mk 2017-02-14 15:50:02.555173014 +0000
2 +++ coreutils-8.26/src/local.mk 2017-02-14 15:50:54.405173651 +0000
3 @@ -645,7 +645,7 @@ check-duplicate-no-install: src/tr
4
5 # Use the just-built 'ginstall', when not cross-compiling.
6 if CROSS_COMPILING
7 -cu_install_program = @INSTALL_PROGRAM@
8 +cu_install_program = @INSTALL@
9 else
10 cu_install_program = src/ginstall
11 endif