OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Mar-2005 17:09:42
Branch: HEAD Handle: 2005031616094100
Modified files:
openpkg-src/zsh zsh.spec
Log:
workaround a problem under Tru64 where /bin/sh's builtin trap command
not accept signal names without SIG prefix
Summary:
Revision Changes Path
1.41 +2 -2 openpkg-src/zsh/zsh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/zsh/zsh.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 zsh.spec
--- openpkg-src/zsh/zsh.spec 3 Feb 2005 18:33:02 -0000 1.40
+++ openpkg-src/zsh/zsh.spec 16 Mar 2005 16:09:41 -0000 1.41
@@ -34,7 +34,7 @@
Group: Shell
License: BSD-style
Version: 4.2.4
-Release: 20050203
+Release: 20050316
# list of sources
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
@@ -68,7 +68,7 @@
) >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- ./configure \
+ %{l_bash} ./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
--enable-etcdir=%{l_prefix}/etc/zsh \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]