mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
google-authenticator-libpam: fix install section
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
This commit is contained in:
@@ -40,7 +40,7 @@ define Build/InstallDev
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/security/* $(1)/lib/security/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/security/* $(1)/lib/security/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libpam-google-authenticator/install
|
define Package/google-authenticator-libpam/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/security
|
$(INSTALL_DIR) $(1)/usr/lib/security
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/security/*.so* \
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/security/*.so* \
|
||||||
$(1)/usr/lib/security/
|
$(1)/usr/lib/security/
|
||||||
|
|||||||
Reference in New Issue
Block a user