From 7b21511af2dd182ed3e860b319700cf7d803a8a8 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 5 Apr 2010 15:58:06 +0200 Subject: [PATCH] Updated dosfstools (3.0.9). --- config/rootfiles/common/dosfstools | 25 +++++++++++++++++++------ lfs/dosfstools | 7 ++++--- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/dosfstools b/config/rootfiles/common/dosfstools index f4c82df219..2a1b0ef3cb 100644 --- a/config/rootfiles/common/dosfstools +++ b/config/rootfiles/common/dosfstools @@ -1,12 +1,25 @@ sbin/dosfsck +sbin/dosfslabel sbin/fsck.msdos sbin/fsck.vfat sbin/mkdosfs sbin/mkfs.msdos sbin/mkfs.vfat -#usr/man/man8/dosfsck.8 -#usr/man/man8/fsck.msdos.8 -#usr/man/man8/fsck.vfat.8 -#usr/man/man8/mkdosfs.8 -#usr/man/man8/mkfs.msdos.8 -#usr/man/man8/mkfs.vfat.8 +#share/doc +#share/doc/dosfstools +#share/doc/dosfstools/ANNOUNCE.mkdosfs +#share/doc/dosfstools/ChangeLog +#share/doc/dosfstools/ChangeLog.dosfsck +#share/doc/dosfstools/ChangeLog.dosfstools-2.x +#share/doc/dosfstools/ChangeLog.mkdosfs +#share/doc/dosfstools/README.dosfsck +#share/doc/dosfstools/README.dosfstools-2.x +#share/doc/dosfstools/README.mkdosfs +#share/doc/dosfstools/TODO.dosfstools-2.x +#share/man/man8/dosfsck.8 +#share/man/man8/dosfslabel.8 +#share/man/man8/fsck.msdos.8 +#share/man/man8/fsck.vfat.8 +#share/man/man8/mkdosfs.8 +#share/man/man8/mkfs.msdos.8 +#share/man/man8/mkfs.vfat.8 diff --git a/lfs/dosfstools b/lfs/dosfstools index 007d94748e..01d72b917a 100644 --- a/lfs/dosfstools +++ b/lfs/dosfstools @@ -24,10 +24,10 @@ include Config -VER = 2.11 +VER = 3.0.9 THISAPP = dosfstools-$(VER) -DL_FILE = $(THISAPP).src.tar.gz +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 407d405ade410f7597d364ab5dc8c9f6 +$(DL_FILE)_MD5 = bd273cf8aa6341c0b52cbac72050bcf4 install : $(TARGET) @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -i -e "s|PREFIX = /usr/local||g" Makefile cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.39.2