diff --git a/mtools/.footprint b/mtools/.footprint index 9f87fc68b..f26d79266 100644 --- a/mtools/.footprint +++ b/mtools/.footprint @@ -35,8 +35,6 @@ lrwxrwxrwx root/root usr/bin/mzip -> mtools -rwxr-xr-x root/root usr/bin/uz drwxr-xr-x root/root usr/man/ 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/mbadblocks.1.gz -rw-r--r-- root/root usr/man/man1/mcat.1.gz diff --git a/mtools/Pkgfile b/mtools/Pkgfile index d1470dd68..e4f321bf7 100644 --- a/mtools/Pkgfile +++ b/mtools/Pkgfile @@ -6,7 +6,7 @@ name=mtools version=4.0.16 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2) build() { @@ -20,4 +20,6 @@ build() { make sed -i Makefile -e 's|install-scripts install-info|install-scripts|' make -j1 prefix=$PKG/usr install + + rm -f $PKG/usr/man/man1/floppyd* }