Merge pull request #10436 from ryzhovau/google-auth
google-authenticator-libpam: fix install section
This commit is contained in:
commit
8f5c0c763c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue