Skip to content

Commit

Permalink
Add correct slash for path
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 30, 2024
1 parent 5e609ee commit fee9d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ package() {
make -C ${cpp_build_dir} DESTDIR="${pkgdir}" install

local PREFIX_DEPS=$(cygpath -am ${MINGW_PREFIX})
pushd "${pkgdir}rtools40/${MINGW_PREFIX}/lib/pkgconfig"
pushd "${pkgdir}/rtools40${MINGW_PREFIX}/lib/pkgconfig"
for pc in *.pc; do
sed -s "s|${PREFIX_DEPS}|${MINGW_PREFIX}|g" -i $pc
done
Expand Down

0 comments on commit fee9d00

Please sign in to comment.