From 93ba24b35c0975a2521545b20c7f342f65268995 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 21 Jan 2007 17:27:10 +0000 Subject: [PATCH] Add missing ps utility (#1224) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6160 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/procps/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/procps/Makefile b/utils/procps/Makefile index bf2dc00ac..91bcb1a09 100644 --- 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 -- 2.11.0