Changes of Revision 5
[-] [+] | Added | truecrypt-5.1-test.patch |
@@ -0,0 +1,16 @@ +diff -up ./Main/Main.make.gui ./Main/Main.make +--- ./Main/Main.make.gui 2008-02-07 16:31:56.000000000 +0100 ++++ ./Main/Main.make 2008-02-07 16:32:01.000000000 +0100 +@@ -96,9 +96,9 @@ ifndef NOSTRIP + strip $(APPNAME) + endif + +-ifndef ARCH +- ./$(APPNAME) --text --test >/dev/null +-endif ++#ifndef ARCH ++# ./$(APPNAME) --text --test >/dev/null ++#endif + endif + + ifeq "$(PLATFORM)" "MacOSX" |