Skip to content

Commit

Permalink
portable sed
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmith- committed Feb 25, 2025
1 parent 934efcf commit f32a51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cms-combine/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ex

pushd HiggsAnalysis/CombinedLimit
sed -i .bak 's|\${CONDA_PREFIX}|\${PREFIX}|g' Makefile
sed -i 's|\${CONDA_PREFIX}|\${PREFIX}|g' Makefile
make CONDA=1 -j${CPU_COUNT}
cp -rv build/bin ${PREFIX}
# the Makefile always uses .so as a target, so we don't use SHLIB_EXT
Expand Down

0 comments on commit f32a51d

Please sign in to comment.