Skip to content

Commit

Permalink
fix: missing mkdir in make install-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed May 9, 2024
1 parent 79018d1 commit 15d8d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys-utils/libcmt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ mock: $(mock_LIB)
install-mock: $(mock_LIB)
mkdir -p $(DESTDIR)$(PREFIX)/lib
cp -f $< $(DESTDIR)$(PREFIX)/lib
mkdir -p $(DESTDIR)$(PREFIX)/include/libcmt/
cp -f src/*.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
Expand Down

0 comments on commit 15d8d7a

Please sign in to comment.