Skip to content

Commit

Permalink
try 6 cmake fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 22, 2024
1 parent 9403249 commit ab57c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osslsigncode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _VER="$1"

make --directory=_bld --jobs="${_JOBS}" install "DESTDIR=$(pwd)/install"

cp -f -p "$(pwd)/usr/local/bin/osslsigncode" ../osslsigncode-local
cp -f -p "$(pwd)/install/usr/local/bin/osslsigncode" ../osslsigncode-local

../osslsigncode-local --version
)

0 comments on commit ab57c8d

Please sign in to comment.