mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:40:16 +02:00
makfa: add makfa.dump to files. not generate every build
This commit is contained in:
parent
fe24c6b7b8
commit
bf77201513
@ -50,8 +50,11 @@ endef
|
|||||||
# Since the Ben NanoNote does not have internet access, build the dictionary
|
# Since the Ben NanoNote does not have internet access, build the dictionary
|
||||||
# on the host machine and copy it into the package.
|
# 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
|
define Build/Compile
|
||||||
python $(PKG_BUILD_DIR)/makfa update en $(PKG_BUILD_DIR)/makfa.dump
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/makfa/install
|
define Package/makfa/install
|
||||||
@ -64,7 +67,7 @@ define Package/makfa/install
|
|||||||
$(1)/usr/bin/
|
$(1)/usr/bin/
|
||||||
|
|
||||||
$(INSTALL_DATA) \
|
$(INSTALL_DATA) \
|
||||||
$(PKG_BUILD_DIR)/makfa.dump \
|
$(FILES_DIR)/makfa.dump \
|
||||||
$(1)/usr/share/$(PKG_NAME)/
|
$(1)/usr/share/$(PKG_NAME)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
BIN
makfa/files/makfa.dump
Normal file
BIN
makfa/files/makfa.dump
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user