mtools: update to 4.0.16

This commit is contained in:
Jose V Beneyto 2011-04-18 18:55:30 +02:00
parent 40f50aa32f
commit 4a37aa914d
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,6 @@ lrwxrwxrwx root/root usr/bin/mzip -> mtools
-rwxr-xr-x root/root usr/bin/uz -rwxr-xr-x root/root usr/bin/uz
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/floppyd.1.gz
-rw-r--r-- root/root usr/man/man1/floppyd_installtest.1.gz
-rw-r--r-- root/root usr/man/man1/mattrib.1.gz -rw-r--r-- root/root usr/man/man1/mattrib.1.gz
-rw-r--r-- root/root usr/man/man1/mbadblocks.1.gz -rw-r--r-- root/root usr/man/man1/mbadblocks.1.gz
-rw-r--r-- root/root usr/man/man1/mcat.1.gz -rw-r--r-- root/root usr/man/man1/mcat.1.gz

View File

@ -6,7 +6,7 @@
name=mtools name=mtools
version=4.0.16 version=4.0.16
release=1 release=2
source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2) source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
build() { build() {
@ -20,4 +20,6 @@ build() {
make make
sed -i Makefile -e 's|install-scripts install-info|install-scripts|' sed -i Makefile -e 's|install-scripts install-info|install-scripts|'
make -j1 prefix=$PKG/usr install make -j1 prefix=$PKG/usr install
rm -f $PKG/usr/man/man1/floppyd*
} }