Updated dosfstools (3.0.9).

This commit is contained in:
Arne Fitzenreiter
2010-04-05 15:58:06 +02:00
parent 0dcb85e89e
commit 7b21511af2
2 changed files with 23 additions and 9 deletions

View File

@@ -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

View File

@@ -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)