openbsd-ports/sysutils/sleuthkit/patches/patch-check-install
sturm 54b22d21b3 update to sleuthkit 1.73
from Jon Trembley <jon at brain-box.net>
2005-02-16 20:41:27 +00:00

13 lines
309 B
Plaintext

$OpenBSD: patch-check-install,v 1.1 2005/02/16 20:41:27 sturm Exp $
--- check-install.orig Tue Oct 12 04:00:23 2004
+++ check-install Wed Feb 16 21:30:17 2005
@@ -47,8 +47,6 @@ fi
if (test -x "bin/file") then
blah=1;
-else
- echo "ERROR: Missing 'file' command";
fi
if (test -x "bin/mactime") then