From: Arne Fitzenreiter Date: Mon, 5 Apr 2010 14:02:39 +0000 (+0200) Subject: Updated reiserfsprogs (3.6.21). X-Git-Tag: v2.9-beta1~405 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=1eebf112be1d6f20b65cfa8c2472bc7fbfe97682;hp=9df0360568d663db4f37c6e770a4164c1bbfb522 Updated reiserfsprogs (3.6.21). --- diff --git a/config/rootfiles/common/reiserfsprogs b/config/rootfiles/common/reiserfsprogs index 266c423f42..f5cfca2fea 100644 --- a/config/rootfiles/common/reiserfsprogs +++ b/config/rootfiles/common/reiserfsprogs @@ -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 diff --git a/config/rootfiles/core/38/filelists/reiserfsprogs b/config/rootfiles/core/38/filelists/reiserfsprogs new file mode 120000 index 0000000000..008c3e8915 --- /dev/null +++ b/config/rootfiles/core/38/filelists/reiserfsprogs @@ -0,0 +1 @@ +../../../common/reiserfsprogs \ No newline at end of file diff --git a/lfs/reiserfsprogs b/lfs/reiserfsprogs index 9e37caf8c5..b78baefbfd 100644 --- a/lfs/reiserfsprogs +++ b/lfs/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)