File: fix-command.patch

package info (click to toggle)
node-crc32 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: sh: 21; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
debian package has renamed the binary to avoid name conflict.

--- a/test/genCheckValues.sh
+++ b/test/genCheckValues.sh
@@ -15,7 +15,7 @@
 		echo ,
 	fi
 
-	echo -n \"`basename $file`\" : \"0x`crc32 "$file"`\"
+	echo -n \"`basename $file`\" : \"0x`crc32js "$file"`\"
 done
 
 echo