mc: add a missing Syntax file
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 312caff03b
)
Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
4689c49144
commit
3862bb3e6d
1 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=mc
|
||||
PKG_VERSION:=4.8.27
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
PKG_RELEASE:=2
|
||||
PKG_MAINTAINER:=
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_CPE_ID:=cpe:/a:midnight_commander:midnight_commander
|
||||
|
||||
|
@ -107,7 +107,8 @@ define Package/mc/install
|
|||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/misc/mc.menu $(1)/etc/mc
|
||||
$(INSTALL_DIR) $(1)/etc/mc/skins
|
||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/misc/skins/default.ini $(1)/etc/mc/skins
|
||||
$(INSTALL_DIR) $(1)/etc/mc/mcedit/Syntax
|
||||
$(INSTALL_DIR) $(1)/usr/share/mc/syntax
|
||||
touch $(1)/usr/share/mc/syntax/Syntax
|
||||
ifeq ($(CONFIG_MC_DIFFVIEWER),y)
|
||||
ln -sf mc $(1)/usr/bin/mcdiff
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue