Change Details
| makfa/Makefile |
| 50 | 50 | # Since the Ben NanoNote does not have internet access, build the dictionary |
| 51 | 51 | # on the host machine and copy it into the package. |
| 52 | 52 | # |
| 53 | |
| 54 | # python $(PKG_BUILD_DIR)/makfa update en $(PKG_BUILD_DIR)/makfa.dump |
| 55 | # if there is update. please use this command update files/makfa.dump |
| 56 | # sometimes this needs hours in buildhost. |
| 53 | 57 | define Build/Compile |
| 54 | | python $(PKG_BUILD_DIR)/makfa update en $(PKG_BUILD_DIR)/makfa.dump |
| 55 | 58 | endef |
| 56 | 59 | |
| 57 | 60 | define Package/makfa/install |
| ... | ... | |
| 64 | 67 | $(1)/usr/bin/ |
| 65 | 68 | |
| 66 | 69 | $(INSTALL_DATA) \ |
| 67 | | $(PKG_BUILD_DIR)/makfa.dump \ |
| 70 | $(FILES_DIR)/makfa.dump \ |
| 68 | 71 | $(1)/usr/share/$(PKG_NAME)/ |
| 69 | 72 | endef |
| 70 | 73 | |
Download the corresponding diff file