joe: Syntax error fix
Signed-off-by: Vitaly Protsko <villy@sft.ru>
This commit is contained in:
parent
8abd802b6a
commit
459aa353bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue