From dbbe9c3caa3add516036eb034c574ea5ff414673 Mon Sep 17 00:00:00 2001 From: Christoph Schug Date: Sat, 11 Jan 2003 19:40:26 +0000 Subject: [PATCH] fixed install-sh --- coreutils/coreutils.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coreutils/coreutils.spec b/coreutils/coreutils.spec index ea04ad9552..87c12fbd5b 100644 --- a/coreutils/coreutils.spec +++ b/coreutils/coreutils.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: Utility License: GPL Version: 4.5.4 -Release: 20021214 +Release: 20030111 # list of sources Source0: ftp://alpha.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2 @@ -68,11 +68,13 @@ AutoReqProv: no %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ + CONFIG_SHELL="%{l_bash}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \ --disable-nls + chmod a+rx config/install-sh %{l_make} %{l_mflags -O} %install