makfa: add makfa.dump to files. not generate every build

This commit is contained in:
Xiangfu Liu 2011-10-19 15:34:32 +08:00
parent fe24c6b7b8
commit bf77201513
2 changed files with 5 additions and 2 deletions

View File

@ -50,8 +50,11 @@ endef
# Since the Ben NanoNote does not have internet access, build the dictionary
# on the host machine and copy it into the package.
#
# python $(PKG_BUILD_DIR)/makfa update en $(PKG_BUILD_DIR)/makfa.dump
# if there is update. please use this command update files/makfa.dump
# sometimes this needs hours in buildhost.
define Build/Compile
python $(PKG_BUILD_DIR)/makfa update en $(PKG_BUILD_DIR)/makfa.dump
endef
define Package/makfa/install
@ -64,7 +67,7 @@ define Package/makfa/install
$(1)/usr/bin/
$(INSTALL_DATA) \
$(PKG_BUILD_DIR)/makfa.dump \
$(FILES_DIR)/makfa.dump \
$(1)/usr/share/$(PKG_NAME)/
endef

BIN
makfa/files/makfa.dump Normal file

Binary file not shown.