wok diff moosefs/receipt @ rev 21464

updated moc (2.5.0 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Apr 30 14:28:03 2019 +0100 (2019-04-30)
parents 401224c936cc
children 8a1cf079af57
line diff
     1.1 --- a/moosefs/receipt	Mon Feb 12 13:54:33 2018 +0100
     1.2 +++ b/moosefs/receipt	Tue Apr 30 14:28:03 2019 +0100
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	sed -i 's/bash/sh/' mfsmount/mfssnapshot
     1.8  	./configure --prefix=/usr --mandir=/usr/share/man \
     1.9  		--sysconfdir=/etc \
    1.10  		--localstatedir=/var \
    1.11 @@ -34,4 +33,5 @@
    1.12  	cp -a $install/usr/share/mfscgi $fs/usr/share
    1.13  	cp -a $install/usr/sbin $fs/usr
    1.14  	cp -a $install/usr/bin $fs/usr
    1.15 +	sed -i 's|/usr/bin/env bash|/bin/sh|' $fs/usr/sbin/mfsmetarestore
    1.16  }