dosfstools: fixed makeflags and dosfslabel man file

This commit is contained in:
Jose V Beneyto 2013-06-13 18:33:09 +02:00
parent 6682ce950b
commit 373642bc78
2 changed files with 4 additions and 2 deletions

View File

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

View File

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