Skip to content

Commit

Permalink
try 2 cmake fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 21, 2024
1 parent 0053ead commit 2492921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osslsigncode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ _VER="$1"
(
cd "${_NAM}" || exit 0

cmake -B "${_BLDDIR}"
cmake -B _bld

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

cp -f -p "${_PP}"/bin/osslsigncode ../osslsigncode-local
cp -f -p "$(pwd)/install/bin/osslsigncode" ../osslsigncode-local

../osslsigncode-local --version
)

0 comments on commit 2492921

Please sign in to comment.