File: 01_use_debian_file.diff

package info (click to toggle)
sleuthkit 2.06-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,128 kB
  • ctags: 5,133
  • sloc: ansic: 41,406; sh: 14,123; perl: 4,745; cpp: 4,297; makefile: 925; python: 29
file content (26 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- sleuthkit-1.70.orig/Makefile
+++ sleuthkit-1.70/Makefile
@@ -9,7 +9,7 @@
 $(DIRS):
 	mkdir -p $@
 
-compile: no-perl mactime sorter file test 
+compile: no-perl mactime sorter test 
 
 compile-static: no-perl-static mactime sorter file test
 
--- sleuthkit-1.70.orig/check-install
+++ sleuthkit-1.70/check-install
@@ -45,12 +45,6 @@
   echo "ERROR: Missing diskstat tool";
 fi
 
-if (test -x "bin/file") then
-  blah=1;
-else
-  echo "ERROR: Missing 'file' command";
-fi
-
 if (test -x "bin/mactime") then
   blah=1;
 else