Browse Source

google-authenticator-libpam: fix install section

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
lilik-openwrt-22.03
Alexander Ryzhov 5 years ago
parent
commit
422e8d9d1c
No known key found for this signature in database GPG Key ID: 668EC7CA19147A4E
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/google-authenticator-libpam/Makefile

+ 1
- 1
libs/google-authenticator-libpam/Makefile View File

@ -40,7 +40,7 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/lib/security/* $(1)/lib/security/
endef
define Package/libpam-google-authenticator/install
define Package/google-authenticator-libpam/install
$(INSTALL_DIR) $(1)/usr/lib/security
$(CP) $(PKG_INSTALL_DIR)/usr/lib/security/*.so* \
$(1)/usr/lib/security/


Loading…
Cancel
Save