You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/pyzy/files/pyzy-db.patch

18 lines
359 B

--- a/data/db/open-phrase/Makefile.am
+++ b/data/db/open-phrase/Makefile.am
@@ -30,13 +30,10 @@
DBTAR = pyzy-database-$(DBVER).tar.bz2
$(DBTAR):
- $(AM_V_GEN) \
- wget http://pyzy.googlecode.com/files/$(DBTAR) || \
- ( $(RM) $@; exit 1)
+ touch $@
stamp-db: $(DBTAR)
$(AM_V_GEN) \
- tar jxfm $(DBTAR); \
mv db/main.db db/$(db_file); \
touch $@