OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Apr-2004 16:12:47
Branch: HEAD Handle: 2004042115124700
Modified files:
openpkg-src/texinfo texinfo.spec
Log:
install-sh is not executable. Fix this and implicitly get this package
building under Tru64 now
Summary:
Revision Changes Path
1.37 +2 -1 openpkg-src/texinfo/texinfo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/texinfo/texinfo.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 texinfo.spec
--- openpkg-src/texinfo/texinfo.spec 11 Apr 2004 16:47:42 -0000 1.36
+++ openpkg-src/texinfo/texinfo.spec 21 Apr 2004 14:12:47 -0000 1.37
@@ -34,7 +34,7 @@
Group: Text
License: GPL
Version: 4.7
-Release: 20040411
+Release: 20040421
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz
@@ -64,6 +64,7 @@
%prep
%setup -q
+ chmod u+x install-sh
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]