OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Aug-2004 20:38:54
Branch: HEAD Handle: 2004080319385400
Modified files:
openpkg-src/expat expat.spec
Log:
correct installation of expat_external.h header by replacing defective
local install script with shtool(1)
Summary:
Revision Changes Path
1.23 +2 -1 openpkg-src/expat/expat.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/expat/expat.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 expat.spec
--- openpkg-src/expat/expat.spec 24 Jul 2004 17:31:35 -0000 1.22
+++ openpkg-src/expat/expat.spec 3 Aug 2004 18:38:54 -0000 1.23
@@ -34,7 +34,7 @@
Group: Converter
License: MIT/X11-style
Version: 1.95.8
-Release: 20040724
+Release: 20040803
# list of sources
Source0: http://osdn.dl.sourceforge.net/expat/expat-%{version}.tar.gz
@@ -64,6 +64,7 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ INSTALL="%{l_shtool} install -c" \
./configure \
--prefix=%{l_prefix} \
--disable-shared
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]