commit
f56d487897
2 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mc
|
PKG_NAME:=mc
|
||||||
PKG_VERSION:=4.8.21
|
PKG_VERSION:=4.8.22
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
PKG_LICENSE:=GPL-3.0+
|
PKG_LICENSE:=GPL-3.0+
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://ftp.midnight-commander.org/
|
PKG_SOURCE_URL:=http://ftp.midnight-commander.org/
|
||||||
PKG_HASH:=8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c
|
PKG_HASH:=ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_FIXUP:=autoreconf gettext-version
|
PKG_FIXUP:=autoreconf gettext-version
|
||||||
PKG_BUILD_DEPENDS:=MC_VFS:libtirpc
|
PKG_BUILD_DEPENDS:=MC_VFS:libtirpc
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/src/subshell/common.c
|
--- a/src/subshell/common.c
|
||||||
+++ b/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",
|
* "PS1='$($PRECMD)$ '\n",
|
||||||
*/
|
*/
|
||||||
g_snprintf (precmd, buff_size,
|
g_snprintf (precmd, buff_size,
|
||||||
|
|
Loading…
Reference in a new issue