Skip to content

Commit

Permalink
mv
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Oct 27, 2024
1 parent 1decb15 commit d595afd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/ci/scripts/linux/install_help2man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ make
echo "Installing help2man..."
$SUDO make install

if [[ $OSTYPE == *msys* ]]; then
mv /usr/local/bin/help2man /usr/local/bin/help2man$PROGRAM_SUFFIX
fi

ls -l /usr/local/bin

# Verify the installation
Expand Down

0 comments on commit d595afd

Please sign in to comment.