mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:09:21 +02:00
typo fix
This commit is contained in:
parent
a1a68fc7af
commit
97542ba41a
@ -37,7 +37,7 @@ define Package/keymouse/install
|
|||||||
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/keymouse $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/keymouse $(1)/usr/bin/
|
||||||
$(INSTALL_DATA) $(FILES_DIR)/keymouse.cfg $(1)/etc/
|
$(INSTALL_DATA) $(FILES_DIR)/keymouse.cfg $(1)/etc/
|
||||||
$(INSTALL_BIN) $(FILES_DIR)/keymouse.ini $(1)/etc/init.d/keymouse
|
$(INSTALL_BIN) $(FILES_DIR)/keymouse.init $(1)/etc/init.d/keymouse
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,keymouse))
|
$(eval $(call BuildPackage,keymouse))
|
||||||
|
Loading…
Reference in New Issue
Block a user