Browse Source

Merge pull request #10436 from ryzhovau/google-auth

google-authenticator-libpam: fix install section
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
8f5c0c763c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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