OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Aug-2002 16:29:26
Branch: HEAD Handle: 2002082215292600
Added files:
openpkg-src/integrit integrit.patch
Log:
Added patch to fix doc building with SVR4 bourne shells.
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/integrit/integrit.patch
____________________________________________________________________________
Index: openpkg-src/integrit/integrit.patch
============================================================
$ cvs update -p -r1.1 integrit.patch
diff -Naur integrit-3.01.orig/doc/Makefile.in integrit-3.01/doc/Makefile.in
--- integrit-3.01.orig/doc/Makefile.in Thu Aug 22 16:22:38 2002
+++ integrit-3.01/doc/Makefile.in Thu Aug 22 16:23:33 2002
@@ -62,7 +62,7 @@
$(INSTALL) -m 644 $(srcdir)/$$f $(infodir); \
done
@:; iistatus=0; \
- if ! $(INSTALL_INFO) --version > /dev/null 2>&1; then \
+ if test -z $(INSTALL_INFO) --version > /dev/null 2>&1; then \
iistatus=1; \
elif test ! -z "`$(INSTALL_INFO) --version 2>&1 | grep texinfo`"; then \
(set -xe; \
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]