Skip to content

Commit

Permalink
Remove the sed
Browse files Browse the repository at this point in the history
Features: dfuse

Required-githooks: true

Signed-off-by: Jeff Olivier <[email protected]>
  • Loading branch information
jolivier23 committed Dec 20, 2024
1 parent e991acb commit 18b1e5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site_scons/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,7 @@ def define_components(reqs):

reqs.define('fused', libs=['fused'], defines=['FUSE_USE_VERSION=35'],
retriever=GitRepoRetriever('https://github.com/daos-stack/fused.git'),
commands=[['find', '../fused', '-type', 'f', '-name', '*', '-exec', 'sed', '-i',
's/fuse3/fused/g', '{}', ';'],
['meson', 'setup', '--prefix=$FUSED_PREFIX', '-Ddisable-mtab=True',
commands=[['meson', 'setup', '--prefix=$FUSED_PREFIX', '-Ddisable-mtab=True',
'-Dudevrulesdir=$FUSED_PREFIX/udev', '-Dutils=False',
'--default-library', 'shared', '../fused'],
['ninja', 'install']],
Expand Down

0 comments on commit 18b1e5e

Please sign in to comment.