From 9f623e9835ecc039afc210410f334e544de018e0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Apr 2025 19:43:24 +0000 Subject: misc fixes for cog --- package/libpsl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/libpsl') 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 -- cgit v1.2.3