Skip to content

Commit

Permalink
Fix replace/replaceAll
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 26, 2023
1 parent 78d40a4 commit 4fb71a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/pc-cmake.com/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ build:
- run: echo "{{prefix}}" >pc-cmake-targets.cmake
working-directory: '{{prefix}}/lib/cmake/pc-cmake'
- run: |
if $(sh $PROP) = $(dirname $0); then
exit 1
fi
FOO=1
BAR=2
test $(sh $PROP) = -
prop: |
echo $(dirname $0)
echo $FOO-$BAR
test:
- test "$(cat {{prefix}}/lib/pkgconfig/pc-cmake.pc)" = '${pcfiledir}/../..'
Expand Down

0 comments on commit 4fb71a9

Please sign in to comment.