google-authenticator-libpam: fix InstallDev paths
libpam will soon install to /usr/lib instead of /lib. Adjust accordingly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
56bbf351a6
commit
002ad117ae
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=google-authenticator-libpam
|
PKG_NAME:=google-authenticator-libpam
|
||||||
PKG_VERSION:=1.09
|
PKG_VERSION:=1.09
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/google/google-authenticator-libpam/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/google/google-authenticator-libpam/tar.gz/$(PKG_VERSION)?
|
||||||
|
@ -36,8 +36,8 @@ define Package/google-authenticator-libpam/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/lib/security
|
$(INSTALL_DIR) $(1)/usr/lib/security
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/security/* $(1)/lib/security/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/security/* $(1)/usr/lib/security/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/google-authenticator-libpam/install
|
define Package/google-authenticator-libpam/install
|
||||||
|
|
Loading…
Reference in a new issue