Browse Source

Fix the patch by inserting tabs.

Michael Schloh von Bennewitz 24 years ago
parent
commit
e2cbd46b7e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      integrit/integrit.patch

+ 2 - 2
integrit/integrit.patch

@@ -6,8 +6,8 @@ diff -Naur integrit-3.02.orig/doc/Makefile.in integrit-3.02/doc/Makefile.in
  	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 \
++	$(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; \