blob: 1b6dca68d695febd6105126453db0f0ab7235ae0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Don't download database file on make phrase.
The database file will be downloaded by ebuild script instead.
diff -urN pyzy-0.1.0.orig/data/db/open-phrase/Makefile.am pyzy-0.1.0/data/db/open-phrase/Makefile.am
--- pyzy-0.1.0.orig/data/db/open-phrase/Makefile.am 2012-09-05 13:23:24.151736716 +0900
+++ pyzy-0.1.0/data/db/open-phrase/Makefile.am 2012-09-05 14:18:57.144553548 +0900
@@ -30,9 +30,6 @@
DBTAR = pyzy-database-$(DBVER).tar.bz2
$(DBTAR):
- $(AM_V_GEN) \
- wget http://pyzy.googlecode.com/files/$(DBTAR) || \
- ( $(RM) $@; exit 1)
stamp-db: $(DBTAR)
$(AM_V_GEN) \
|