e2fsprogs: update to 1.40.4

This commit is contained in:
Juergen Daubert 2008-01-07 14:35:33 +01:00
parent 8efe41af14
commit 80298918cc
3 changed files with 5 additions and 3 deletions

View File

@ -121,9 +121,11 @@ lrwxrwxrwx root/root usr/man/man8/mkfs.ext3.8.gz -> mke2fs.8.gz
-rw-r--r-- root/root usr/man/man8/mklost+found.8.gz
-rw-r--r-- root/root usr/man/man8/resize2fs.8.gz
-rw-r--r-- root/root usr/man/man8/tune2fs.8.gz
-rw-r--r-- root/root usr/man/man8/uuidd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/filefrag
-rwxr-xr-x root/root usr/sbin/mklost+found
-rwxr-xr-x root/root usr/sbin/uuidd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/et/
-rw-r--r-- root/root usr/share/et/et_c.awk

View File

@ -1,2 +1,2 @@
ad7ff4da7e200b9b25df58dc39989053 e2fsprogs-1.40.3.tar.gz
124d744bdf9d443591eb8193c085944b e2fsprogs-1.40.4.tar.gz
0b92e8349e37b16afa111622c74f8825 e2fsprogs-symlink.patch

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=e2fsprogs
version=1.40.3
version=1.40.4
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
$name-symlink.patch)
@ -24,6 +24,6 @@ build() {
--disable-nls
make
make DESTDIR=$PKG install install-libs
rm -rf $PKG/usr/share/info
rm -rf $PKG/{usr/share/info,etc/init.d}
chmod +w -R $PKG
}