mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
@@ -6,14 +6,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mc
|
||||
PKG_VERSION:=4.8.21
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=4.8.22
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://ftp.midnight-commander.org/
|
||||
PKG_HASH:=8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c
|
||||
PKG_HASH:=ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_FIXUP:=autoreconf gettext-version
|
||||
PKG_BUILD_DEPENDS:=MC_VFS:libtirpc
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/src/subshell/common.c
|
||||
+++ b/src/subshell/common.c
|
||||
@@ -843,16 +843,9 @@ init_subshell_precmd (char *precmd, size
|
||||
@@ -865,16 +865,9 @@ init_subshell_precmd (char *precmd, size
|
||||
* "PS1='$($PRECMD)$ '\n",
|
||||
*/
|
||||
g_snprintf (precmd, buff_size,
|
||||
|
||||
Reference in New Issue
Block a user