diff options
Diffstat (limited to 'package/libpsl/Makefile')
-rw-r--r-- | package/libpsl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libpsl/Makefile b/package/libpsl/Makefile index b8df0cf24..b71f7cc29 100644 --- a/package/libpsl/Makefile +++ b/package/libpsl/Makefile @@ -24,9 +24,9 @@ CONFIG_STYLE:= meson BUILD_STYLE:= meson INSTALL_STYLE:= meson -libsoup-install: - $(INSTALL_DIR) $(IDIR_LIBSOUP)/usr/lib +libpsl-install: + $(INSTALL_DIR) $(IDIR_LIBPSL)/usr/lib $(CP) $(WRKINST)/usr/lib/libpsl*.so* \ - $(IDIR_LIBSOUP)/usr/lib + $(IDIR_LIBPSL)/usr/lib include ${ADK_TOPDIR}/mk/pkg-bottom.mk |