mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
Merge remote-tracking branch 'mfischer/tar' into next
This commit is contained in:
@@ -2,4 +2,8 @@ bin/tar
|
||||
#usr/share/info/tar.info
|
||||
#usr/share/info/tar.info-1
|
||||
#usr/share/info/tar.info-2
|
||||
#usr/share/info/tar.info-3
|
||||
#usr/share/man/man1/tar.1
|
||||
#usr/share/man/man8/rmt.8
|
||||
#usr/sbin/rmt
|
||||
|
||||
|
||||
6
lfs/tar
6
lfs/tar
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.22
|
||||
VER = 1.28
|
||||
|
||||
THISAPP = tar-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -36,7 +36,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
ifeq "$(ROOT)" ""
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
EXTRA_CONFIG = --prefix=/usr --bindir=/bin \
|
||||
--libexecdir=/usr/sbin --disable-nls
|
||||
--libexecdir=/usr/sbin --disable-nls FORCE_UNSAFE_CONFIGURE=1
|
||||
EXTRA_MAKE =
|
||||
EXTRA_INSTALL =
|
||||
else
|
||||
@@ -54,7 +54,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 07fa517027f426bb80f5f5ff91b63585
|
||||
$(DL_FILE)_MD5 = 8f32b2bc1ed7ddf4cf4e4a39711341b0
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user