OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Jan-2003 20:40:27
Branch: HEAD Handle: 2003011119402600
Modified files:
openpkg-src/coreutils coreutils.spec
Log:
fixed install-sh
Summary:
Revision Changes Path
1.7 +3 -1 openpkg-src/coreutils/coreutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 3 Jan 2003 10:51:27 -0000 1.6
+++ openpkg-src/coreutils/coreutils.spec 11 Jan 2003 19:40:26 -0000 1.7
@@ -33,7 +33,7 @@
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 @@
%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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]