소스 검색

Fix the patch by inserting tabs.

Michael Schloh von Bennewitz 24 년 전
부모
커밋
e2cbd46b7e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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; \