utils/psmisc: fix r22072
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22073 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a6df2374c0
commit
3e49640186
@ -27,7 +27,7 @@ endef
|
|||||||
|
|
||||||
define Package/psmisc/description
|
define Package/psmisc/description
|
||||||
psmisc is a set of additional small useful utilities that use
|
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
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
@ -41,6 +41,7 @@ define Package/psmisc/install
|
|||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/killall $(1)/usr/sbin
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/killall $(1)/usr/sbin
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/pstree $(1)/usr/bin
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/pstree $(1)/usr/bin
|
||||||
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/prtstat $(1)/usr/bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,psmisc))
|
$(eval $(call BuildPackage,psmisc))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user