mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
passwdqc: Install pwqcheck tool
(cherry picked from commit17ae16e5d2)17ae16e5passwdqc: Install pwqcheck tool Co-authored-by: Suvendhu Hansa <suvendhu.hansa@iopsys.eu>
This commit is contained in:
parent
996c0b1832
commit
936ce9be85
1 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ define Build/Compile
|
|||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
pam_wrapped
|
||||
all_wrapped
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/install
|
||||
|
|
@ -39,6 +39,9 @@ define Package/$(PKG_NAME)/install
|
|||
|
||||
$(INSTALL_DIR) $(1)/usr/lib/security
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pam_passwdqc.so $(1)/usr/lib/security/
|
||||
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pwqcheck $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue