projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add extra sanity checks in madwifi
[openwrt.git]
/
package
/
pcmcia-cs
/
Makefile
diff --git
a/package/pcmcia-cs/Makefile
b/package/pcmcia-cs/Makefile
index
b785f5b
..
af9c755
100644
(file)
--- a/
package/pcmcia-cs/Makefile
+++ b/
package/pcmcia-cs/Makefile
@@
-62,8
+62,8
@@
define Package/pcmcia-cs/install
$(INSTALL_DIR) $(1)/etc
$(CP) $(PKG_INSTALL_DIR)/etc/pcmcia $(1)/etc/
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_DIR) $(1)/etc
$(CP) $(PKG_INSTALL_DIR)/etc/pcmcia $(1)/etc/
$(INSTALL_DIR) $(1)/usr/sbin
- $(
CP
) $(PKG_INSTALL_DIR)/sbin/cardctl $(1)/usr/sbin/
- $(
CP
) $(PKG_INSTALL_DIR)/sbin/cardmgr $(1)/usr/sbin/
+ $(
INSTALL_BIN
) $(PKG_INSTALL_DIR)/sbin/cardctl $(1)/usr/sbin/
+ $(
INSTALL_BIN
) $(PKG_INSTALL_DIR)/sbin/cardmgr $(1)/usr/sbin/
endef
$(eval $(call BuildPackage,pcmcia-cs))
endef
$(eval $(call BuildPackage,pcmcia-cs))
This page took
0.021146 seconds
and
4
git commands to generate.