ports/opt (3.0): dosfstools: updated to 3.0.20
commit 9587d659e0116f8df7ecd5307b705d54d94de6df Author: Jose V Beneyto <sepen@crux.nu> Date: Thu Jun 13 10:23:47 2013 +0200 dosfstools: updated to 3.0.20 diff --git a/dosfstools/.footprint b/dosfstools/.footprint index 5e08c20..c3df343 100644 --- a/dosfstools/.footprint +++ b/dosfstools/.footprint @@ -13,7 +13,6 @@ 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/.md5sum b/dosfstools/.md5sum index 57964fd..8615bf2 100644 --- a/dosfstools/.md5sum +++ b/dosfstools/.md5sum @@ -1 +1 @@ -a80aab6aac9e56e937b0392a85bfadb9 dosfstools-3.0.18.tar.xz +b34dcf1d22bc1074ebdba68799fa3cad dosfstools-3.0.20.tar.xz diff --git a/dosfstools/Pkgfile b/dosfstools/Pkgfile index 64fd99a..75b7d31 100644 --- a/dosfstools/Pkgfile +++ b/dosfstools/Pkgfile @@ -5,21 +5,21 @@ # Depends on: name=dosfstools -version=3.0.18 +version=3.0.20 release=1 source=(http://www.daniel-baumann.ch/files/software/$name/$name-$version.tar.xz) build() { cd $name-$version - sed -i Makefile \ - -e 's|^install: .*|install: install-bin install-man|' \ - -e 's|/share/man|/man|g' - + # fix mandir + sed -i Makefile -e 's|/share/man|/man|g' # avoid extra manpages rm -r manpages/po/* make install DESTDIR=$PKG \ PREFIX=/usr \ SBINDIR=/sbin + + rm -r $PKG/usr/share }
participants (1)
-
crux@crux.nu