Skip to content

Commit

Permalink
create bin in prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Jul 17, 2024
1 parent 160f889 commit d0191c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ BUILD=$BUILD_TYPE ./scripts/compile.sh $GST_FEATURE

# Copy RsCap binaries to the installation directory
echo "Copying RsCap binaries to the installation directory..."
mkdir -p $PREFIX/bin
cp -f target/$BUILD_TYPE/probe $PREFIX/bin/
cp -f scripts/probe.sh $PREFIX/bin/
cp -f scripts/setup_env.sh $PREFIX/bin/
Expand Down

0 comments on commit d0191c0

Please sign in to comment.