wok diff moosefs/receipt @ rev 21059
updated ipset and ipset-dev (6.32 -> 7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 13 15:51:22 2019 +0100 (2019-03-13) |
parents | 401224c936cc |
children | 8a1cf079af57 |
line diff
1.1 --- a/moosefs/receipt Mon Feb 12 13:54:33 2018 +0100 1.2 +++ b/moosefs/receipt Wed Mar 13 15:51:22 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 }