mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
mtools: update to 4.0.48
This commit is contained in:
parent
0b13b681f2
commit
03c56a420f
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="mtools"
|
PKG_NAME="mtools"
|
||||||
PKG_VERSION="4.0.47"
|
PKG_VERSION="4.0.48"
|
||||||
PKG_SHA256="31aa06078cc3f50591b95e71a909c56dd179d87e9cbdc07bf435e595bd7cc7ff"
|
PKG_SHA256="03c29aac8735dd7154a989fbc29eaf2b506121ae1c3a35cd0bf2a02e94d271a9"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/mtools/"
|
PKG_SITE="http://www.gnu.org/software/mtools/"
|
||||||
PKG_URL="https://ftpmirror.gnu.org/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://ftpmirror.gnu.org/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
removes installing of floppyd, manuals and info
|
removes installing of floppyd, manuals and info
|
||||||
should fix occasional mtools installation problems few of us had
|
should fix occasional mtools installation problems few of us had
|
||||||
|
|
||||||
--- a/Makefile.in 2010-10-17 17:41:09.000000000 +0200
|
--- a/Makefile.in 2025-02-05 12:30:43.000000000 +0000
|
||||||
+++ b/Makefile.in 2016-04-28 11:42:28.015052786 +0200
|
+++ b/Makefile.in 2025-02-23 04:28:25.663710133 +0000
|
||||||
@@ -236,8 +236,8 @@
|
@@ -226,8 +226,8 @@
|
||||||
uninstall-info:
|
uninstall-info:
|
||||||
cd $(DESTDIR)$(infodir) && rm -f mtools.info*
|
cd $(DESTDIR)$(infodir) && rm -f mtools.info*
|
||||||
|
|
||||||
-install: $(DESTDIR)$(bindir)/mtools @BINFLOPPYD@ install-man install-links \
|
-install: $(DESTDIR)$(bindir)/mtools$(EXEEXT) @BINFLOPPYD@ install-man install-links \
|
||||||
- $(DESTDIR)$(bindir)/mkmanifest install-scripts install-info
|
- $(DESTDIR)$(bindir)/mkmanifest$(EXEEXT) install-scripts install-info
|
||||||
+install: $(DESTDIR)$(bindir)/mtools install-links \
|
+install: $(DESTDIR)$(bindir)/mtools$(EXEEXT) install-links \
|
||||||
+ $(DESTDIR)$(bindir)/mkmanifest install-scripts
|
+ $(DESTDIR)$(bindir)/mkmanifest$(EXEEXT) install-scripts
|
||||||
|
|
||||||
uninstall: uninstall-bin uninstall-man uninstall-links \
|
uninstall: uninstall-bin uninstall-man uninstall-links \
|
||||||
uninstall-scripts
|
uninstall-scripts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user