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:
4fab3fd
)
Add missing ps utility (#1224)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 21 Jan 2007 17:27:10 +0000
(17:27 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 21 Jan 2007 17:27:10 +0000
(17:27 +0000)
SVN-Revision: 6160
utils/procps/Makefile
patch
|
blob
|
history
diff --git
a/utils/procps/Makefile
b/utils/procps/Makefile
index bf2dc00ac3d347af7829b20be82b120bc71e07ae..91bcb1a09bc27c9047ca2f37bf111e1c4802e3ad 100644
(file)
--- a/
utils/procps/Makefile
+++ b/
utils/procps/Makefile
@@
-49,6
+49,7
@@
endef
define Package/procps/install
$(INSTALL_DIR) $(1)/usr/bin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/ps/ps $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pgrep $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pkill $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pmap $(1)/usr/bin