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.
12 lines
525 B
12 lines
525 B
diff -Naur integrit-3.02.orig/doc/Makefile.in integrit-3.02/doc/Makefile.in |
|
--- integrit-3.02.orig/doc/Makefile.in Mon Sep 9 11:23:36 2002 |
|
+++ integrit-3.02/doc/Makefile.in Mon Sep 9 11:28:51 2002 |
|
@@ -66,7 +66,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; \
|
|
|