diff --git a/dosfstools/.footprint b/dosfstools/.footprint index c3df34346..5e08c205c 100644 --- a/dosfstools/.footprint +++ b/dosfstools/.footprint @@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man8/ lrwxrwxrwx root/root usr/man/man8/dosfsck.8.gz -> fsck.fat.8.gz +lrwxrwxrwx root/root usr/man/man8/dosfslabel.8.gz -> fatlabel.8.gz -rw-r--r-- root/root usr/man/man8/fatlabel.8.gz -rw-r--r-- root/root usr/man/man8/fsck.fat.8.gz lrwxrwxrwx root/root usr/man/man8/fsck.msdos.8.gz -> fsck.fat.8.gz diff --git a/dosfstools/Pkgfile b/dosfstools/Pkgfile index 75b7d318f..49db8d4cc 100644 --- a/dosfstools/Pkgfile +++ b/dosfstools/Pkgfile @@ -6,7 +6,7 @@ name=dosfstools version=3.0.20 -release=1 +release=2 source=(http://www.daniel-baumann.ch/files/software/$name/$name-$version.tar.xz) build() { @@ -17,9 +17,10 @@ build() { # avoid extra manpages rm -r manpages/po/* - make install DESTDIR=$PKG \ + make -j1 install DESTDIR=$PKG \ PREFIX=/usr \ SBINDIR=/sbin + ln -s fatlabel.8 $PKG/usr/man/man8/dosfslabel.8.gz rm -r $PKG/usr/share }