wok diff moosefs/receipt @ rev 23495

updated python-humanize (0.5.1 -> 1.0.0)
author Hans-G?nter Theisgen
date Mon Apr 06 07:04:00 2020 +0100 (2020-04-06)
parents 8a1cf079af57
children 5ea0ce1cecc0
line diff
     1.1 --- a/moosefs/receipt	Tue Apr 30 17:10:45 2019 +0100
     1.2 +++ b/moosefs/receipt	Mon Apr 06 07:04:00 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="moosefs"
     1.7 -VERSION="3.0.104"
     1.8 +VERSION="3.0.111"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Fault tolerant, network distributed file system."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -38,5 +38,6 @@
    1.13  	cp -a $install/usr/sbin		$fs/usr
    1.14  	cp -a $install/usr/bin		$fs/usr
    1.15  
    1.16 -	sed -i 's|/usr/bin/env bash|/bin/sh|' $fs/usr/sbin/mfsmetarestore
    1.17 +	sed -i 's|/usr/bin/env bash|/bin/sh|' \
    1.18 +					$fs/usr/sbin/mfsmetarestore
    1.19  }