Browse Source

fixed .dat creation script

Davide Alberani 6 years ago
parent
commit
e685b38385
5 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile
  2. BIN
      spam-ita-o.dat
  3. BIN
      spam-ita-o.dat.dat
  4. BIN
      spam-o.dat
  5. BIN
      spam-o.dat.dat

+ 2 - 2
Makefile

@@ -1,4 +1,4 @@
 all:
 	@which strfile || (echo -e "\nERROR: strfile command is missing: you need to install the fortune-mod package\n" ; exit 1)
-	strfile -c spam-o spam-o.dat
-	strfile -c spam-ita-o spam-ita-o.dat
+	strfile -x -r spam-o spam-o.dat
+	strfile -x -r spam-ita-o spam-ita-o.dat

BIN
spam-ita-o.dat


BIN
spam-ita-o.dat.dat


BIN
spam-o.dat


BIN
spam-o.dat.dat