summaryrefslogtreecommitdiff
path: root/package/pam
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-15 14:07:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-17 20:11:42 +0200
commit8262931856343ea36225a922a7eb632977455f45 (patch)
tree3637e64d36e13035ebbb4dd3b27633f11b2e1a7c /package/pam
parent047c1b89114e5fce340635990e4dae510564e93a (diff)
pam: add library to staging target directory
Diffstat (limited to 'package/pam')
-rw-r--r--package/pam/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pam/Makefile b/package/pam/Makefile
index 3c9089e76..63f110131 100644
--- a/package/pam/Makefile
+++ b/package/pam/Makefile
@@ -28,6 +28,9 @@ CONFIGURE_ARGS+= --disable-nis \
--enable-db=no
pam-install:
+ $(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/lib
+ $(CP) $(WRKINST)/lib/libpam*.so* \
+ $(STAGING_TARGET_DIR)/usr/lib
$(INSTALL_DIR) $(IDIR_PAM)/etc/security
$(CP) $(WRKINST)/etc/security/* $(IDIR_PAM)/etc/security
$(INSTALL_DIR) $(IDIR_PAM)/lib/security