Skip to content

Commit

Permalink
fix: mock pkgconfig installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Aug 16, 2024
1 parent 9438021 commit be1c5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-utils/libcmt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ install-mock: $(mock_LIB) $(mock_SO) build/ffi.h
cp -f include/libcmt/*.h $(DESTDIR)$(PREFIX)/include/libcmt/
cp -f build/ffi.h $(DESTDIR)$(PREFIX)/include/libcmt/
mkdir -p $(DESTDIR)$(PREFIX)/lib/pkgconfig
sed -e 's|@ARG_PREFIX@|$(PREFIX)|g' src/libcmt_mock.pc > $(DESTDIR)$(PREFIX)/lib/pkgconfig/libcmt.pc
sed -e 's|@ARG_PREFIX@|$(PREFIX)|g' tools/libcmt.pc.in > $(DESTDIR)$(PREFIX)/lib/pkgconfig/libcmt.pc

#-------------------------------------------------------------------------------
unittests_BINS := \
Expand Down

0 comments on commit be1c5e4

Please sign in to comment.