summaryrefslogtreecommitdiff
path: root/dosfstools
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2013-06-13 10:23:47 +0200
committerJose V Beneyto <sepen@crux.nu>2013-06-13 10:23:47 +0200
commit9587d659e0116f8df7ecd5307b705d54d94de6df (patch)
tree43b0a1584244c6089b732a77f0c63fa39d9bfa27 /dosfstools
parent930fa4ff4bdf22a2ab8f1535bf57ddc1f477ad23 (diff)
downloadopt-9587d659e0116f8df7ecd5307b705d54d94de6df.tar.gz
opt-9587d659e0116f8df7ecd5307b705d54d94de6df.tar.xz
dosfstools: updated to 3.0.20
Diffstat (limited to 'dosfstools')
-rw-r--r--dosfstools/.footprint1
-rw-r--r--dosfstools/.md5sum2
-rw-r--r--dosfstools/Pkgfile10
3 files changed, 6 insertions, 7 deletions
diff --git a/dosfstools/.footprint b/dosfstools/.footprint
index 5e08c205c..c3df34346 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 57964fde6..8615bf229 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 64fd99a72..75b7d318f 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
}

Generated by cgit