Fix libpam install.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13787 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b065177cb7
commit
9a2f9ad2bf
@ -65,7 +65,7 @@ define Package/libpam/install
|
||||
$(INSTALL_DIR) $(1)/lib
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/lib/* $(1)/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/etc/* $(1)/etc/
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user