Browse Source

joe: Syntax error fix

Signed-off-by: Vitaly Protsko <villy@sft.ru>
lilik-openwrt-22.03
Vitaly Protsko 3 years ago
parent
commit
459aa353bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/joe/Makefile

+ 1
- 1
utils/joe/Makefile View File

@ -69,7 +69,7 @@ endef
define Package/joe-extras/install
$(INSTALL_DIR) $(1)/etc/joe
$(INSTALL_DIR) $(1)/usr/share/joe/{syntax,lang,charmaps,colors}
$(INSTALL_CONF) $(PKG_BUILD_DIR)/rc/{ftype,jicerc.ru,jmacsrc,jpicorc,jstarrc,rjoerc} $(1)/etc/joe/
$(INSTALL_CONF) $(PKG_BUILD_DIR)/rc/{ftyperc,jicerc.ru,jmacsrc,jpicorc,jstarrc,rjoerc} $(1)/etc/joe/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/syntax/*.jsf $(1)/usr/share/joe/syntax/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/po/*.po $(1)/usr/share/joe/lang/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/charmaps/klingon $(1)/usr/share/joe/charmaps/


Loading…
Cancel
Save