You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
548 B

diff -Naur integrit-3.02.orig/doc/Makefile.in integrit-3.02/doc/Makefile.in
--- integrit-3.02.orig/doc/Makefile.in Tue Aug 27 05:55:12 2002
+++ integrit-3.02/doc/Makefile.in Fri Sep 27 14:44:55 2002
@@ -66,7 +66,8 @@
$(INSTALL) -m 644 $(srcdir)/$$f $(infodir); \
done
@:; iistatus=0; \
- if ! $(INSTALL_INFO) --version > /dev/null 2>&1; then \
+ $(INSTALL_INFO) --version > /dev/null 2>&1; stat=$$; \
+ if test $$stat != 0; then \
iistatus=1; \
elif test ! -z "`$(INSTALL_INFO) --version 2>&1 | grep texinfo`"; then \
(set -xe; \