فهرست منبع

Added patch to fix doc building with SVR4 bourne shells.

Michael Schloh von Bennewitz 24 سال پیش
والد
کامیت
6a0b8e5a6c
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      integrit/integrit.patch

+ 12 - 0
integrit/integrit.patch

@@ -0,0 +1,12 @@
+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; \