projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1072b9
)
Fix libpam install.
author
Lars-Peter Clausen
<lars@metafoo.de>
Wed, 31 Dec 2008 15:07:21 +0000
(15:07 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Wed, 31 Dec 2008 15:07:21 +0000
(15:07 +0000)
SVN-Revision: 13787
libs/libpam/Makefile
patch
|
blob
|
history
diff --git
a/libs/libpam/Makefile
b/libs/libpam/Makefile
index 3da0908c826a183569710e0ec68fadb4673e69d6..46804fda981927d0def1c5e7a121a8d8db38f65d 100644
(file)
--- a/
libs/libpam/Makefile
+++ b/
libs/libpam/Makefile
@@
-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