diff --git a/recipes/softsv/build.sh b/recipes/softsv/build.sh index 217a7aa6ed8cb..167528df7b1d7 100644 --- a/recipes/softsv/build.sh +++ b/recipes/softsv/build.sh @@ -4,7 +4,5 @@ set -xe CXX="${CXX} -std=c++14" make -j"${CPU_COUNT}" -ls -la - mkdir -p ${PREFIX}/bin -install -m 755 softsv ${PREFIX}/bin +install -m 755 SoftSV ${PREFIX}/bin diff --git a/recipes/softsv/meta.yaml b/recipes/softsv/meta.yaml index 3877c90cbd01d..9f10949f531d4 100644 --- a/recipes/softsv/meta.yaml +++ b/recipes/softsv/meta.yaml @@ -27,7 +27,7 @@ requirements: test: commands: - - ls -la # temporary + - SoftSV --help | grep {{ version }} about: home: https://sourceforge.net/projects/softsv