]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Updated reiserfsprogs (3.6.21).
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Apr 2010 14:02:39 +0000 (16:02 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Apr 2010 14:02:39 +0000 (16:02 +0200)
config/rootfiles/common/reiserfsprogs
config/rootfiles/core/38/filelists/reiserfsprogs [new symlink]
lfs/reiserfsprogs

index 266c423f42c13472674d2f0c4eba9bb4675e1bf6..f5cfca2feaa4a4b38eae2e8150c4113aeb01c934 100644 (file)
@@ -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 (symlink)
index 0000000..008c3e8
--- /dev/null
@@ -0,0 +1 @@
+../../../common/reiserfsprogs
\ No newline at end of file
index 9e37caf8c5e7b6c4e75309234631b580c207b367..b78baefbfd46fc04cb6c0cb8690c585436e602b7 100644 (file)
 
 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)