mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
Updated reiserfsprogs (3.6.21).
This commit is contained in:
@@ -5,8 +5,8 @@ sbin/mkreiserfs
|
||||
sbin/reiserfsck
|
||||
sbin/reiserfstune
|
||||
sbin/resize_reiserfs
|
||||
#usr/man/man8/debugreiserfs.8
|
||||
#usr/man/man8/mkreiserfs.8
|
||||
#usr/man/man8/reiserfsck.8
|
||||
#usr/man/man8/reiserfstune.8
|
||||
#usr/man/man8/resize_reiserfs.8
|
||||
#usr/share/man/man8/debugreiserfs.8
|
||||
#usr/share/man/man8/mkreiserfs.8
|
||||
#usr/share/man/man8/reiserfsck.8
|
||||
#usr/share/man/man8/reiserfstune.8
|
||||
#usr/share/man/man8/resize_reiserfs.8
|
||||
|
||||
1
config/rootfiles/core/38/filelists/reiserfsprogs
Symbolic link
1
config/rootfiles/core/38/filelists/reiserfsprogs
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/reiserfsprogs
|
||||
@@ -24,10 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.6.19
|
||||
VER = 3.6.21
|
||||
|
||||
THISAPP = reiserfsprogs-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
ifeq "$(LFS_PASS)" "install"
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = b42cf15f6651c3ceff5cb84996c0d539
|
||||
$(DL_FILE)_MD5 = 0639cefac8f8150536cfa7531c2aa2d2
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -73,7 +73,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
ifeq "$(LFS_PASS)" "install"
|
||||
cd $(DIR_APP) && ./configure --prefix=/ --sbindir=/sbin
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
|
||||
Reference in New Issue
Block a user