diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-06-13 18:33:09 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-06-13 18:33:29 +0200 |
commit | 373642bc7816a2e06a43c4be0da50076b5a269f6 (patch) | |
tree | 6315ac8de7fb2b9c258035978e17ba13012418d0 /dosfstools | |
parent | 6682ce950bb2ace5f33bb080ed6445496038cfb3 (diff) | |
download | opt-373642bc7816a2e06a43c4be0da50076b5a269f6.tar.gz opt-373642bc7816a2e06a43c4be0da50076b5a269f6.tar.xz |
dosfstools: fixed makeflags and dosfslabel man file
Diffstat (limited to 'dosfstools')
-rw-r--r-- | dosfstools/.footprint | 1 | ||||
-rw-r--r-- | dosfstools/Pkgfile | 5 |
2 files changed, 4 insertions, 2 deletions
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 } |