wok-6.x rev 23187
updated moosefs (3.0.104 -> 3.0.111)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 20 07:53:00 2020 +0100 (2020-03-20) |
parents | 442b472ff67d |
children | ab3bb1a75137 |
files | moosefs/receipt |
line diff
1.1 --- a/moosefs/receipt Fri Mar 20 07:07:35 2020 +0100 1.2 +++ b/moosefs/receipt Fri Mar 20 07:53: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 }