build: Update libmultiprocess library

Replacing `install` with `install-lib` and `install-bin` is not strictly
necessary just to update the library, but it takes advantage of recent
changes in the new version, and makes the build more minimal.
This commit is contained in:
Hennadii Stepanov
2022-12-09 14:29:19 +00:00
parent 16624e6ff3
commit 1986f129c6
2 changed files with 4 additions and 4 deletions

View File

@@ -24,5 +24,5 @@ define $(package)_build_cmds
endef
define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) install
$(MAKE) DESTDIR=$($(package)_staging_dir) install-lib
endef