mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
d989747e0c
We got hit with a bad case of https://github.com/dumblob/mysql2sqlite/issues/75
13 lines
436 B
Diff
13 lines
436 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 8fe3880..281ce2d 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -25,7 +25,7 @@ openrussian-sql.zip:
|
|
|
|
openrussian-sqlite3.db : openrussian-sql.zip mysql2sqlite postprocess.sql
|
|
$(RM) $@
|
|
- unzip -p $< openrussian.sql | awk -f ./mysql2sqlite - | sqlite3 $@
|
|
+ unzip -p $< openrussian.sql | mawk -f ./mysql2sqlite - | sqlite3 $@
|
|
sqlite3 $@ -batch <postprocess.sql
|
|
|
|
# Try to generate all possible pages
|