1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-24 22:09:21 +02:00

nanonote-files: cleanup the file structure. move data/qi_lb60/files to package root

This commit is contained in:
Xiangfu 2012-04-09 14:40:05 +08:00
parent 625f215e83
commit f74c593b03
14 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ endef
define Package/nanonote-data-files/install
$(INSTALL_DIR) $(1)/usr/share/nanonote/
$(INSTALL_DIR) $(1)/usr/share/nanonote/files/
$(CP) ./files/* $(1)/usr/share/nanonote/files/
$(CP) ./data/qi_lb60/* $(1)/usr/share/nanonote/
endef