]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dosfstools: Update to 3.0.25.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 9 Feb 2014 20:53:09 +0000 (21:53 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 9 Feb 2014 21:51:28 +0000 (22:51 +0100)
Cleanup install process, with the following benefits:
* Now symlinks for fsck.msdos and fsck.vfat will be created.
* Manpages are shipped.

dosfstools/dosfstools.nm

index 72727f52fb6c52914f8f937150e20718c6a78b57..2d6220550852eb629df23484af82bfd322835a78 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = dosfstools
-version    = 3.0.24
+version    = 3.0.25
 release    = 1
 
 groups     = System/Filesystems
@@ -21,10 +21,8 @@ end
 source_dl  = http://www.daniel-baumann.ch/files/software/dosfstools/
 
 build
-       install
-               make install-bin DESTDIR=%{BUILDROOT} \
-                       PREFIX=/usr SBINDIR=/sbin
-       end
+       make_install_targets += \
+               PREFIX=%{prefix}
 end
 
 packages