mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Revert "tar: Update to 1.31"
This reverts commit bb473fd1d6.
tar crashes when used with --no-overwrite-dir. See #11958.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
4
lfs/tar
4
lfs/tar
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 1.31
|
VER = 1.30
|
||||||
|
|
||||||
THISAPP = tar-$(VER)
|
THISAPP = tar-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.bz2
|
DL_FILE = $(THISAPP).tar.bz2
|
||||||
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 77afa35b696c8d760331fa0e12c2fac9
|
$(DL_FILE)_MD5 = 8404e4c1fc5a3000228ab2b8ad674a65
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user