utils/psmisc: fix r22072
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Jul 2010 17:31:29 +0000 (17:31 +0000)
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Jul 2010 17:31:29 +0000 (17:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22073 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/psmisc/Makefile

index 3ad7c02..267ee12 100644 (file)
@@ -27,7 +27,7 @@ endef
 
 define Package/psmisc/description
  psmisc is a set of additional small useful utilities that use
- the proc filesystem: fuser, killall, pstree, and pidof
+ the proc filesystem: fuser, killall, pstree, and prtstat
 endef
 
 MAKE_FLAGS += \
@@ -41,6 +41,7 @@ define Package/psmisc/install
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/killall $(1)/usr/sbin
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/pstree $(1)/usr/bin
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/prtstat $(1)/usr/bin
 endef
 
 $(eval $(call BuildPackage,psmisc))