packages/procps: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40119 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
08bca27ea4
commit
23da95d83e
@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2010 OpenWrt.org
|
# Copyright (C) 2006-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
@ -37,8 +37,8 @@ define Package/procps
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/procps/description
|
define Package/procps/description
|
||||||
procps is the package that has a bunch of small useful utilities that give
|
procps is the package that has a bunch of small useful utilities that give
|
||||||
information about processes using the /proc filesystem. The package
|
information about processes using the /proc filesystem. The package
|
||||||
includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill.
|
includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ AUXDIR_ps := "ps/"
|
|||||||
|
|
||||||
define BuildPlugin
|
define BuildPlugin
|
||||||
define Package/$(1)/install
|
define Package/$(1)/install
|
||||||
$(INSTALL_DIR) $$(1)/usr/bin
|
$(INSTALL_DIR) $$(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(AUXDIR_$(2))$(2) $$(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(AUXDIR_$(2))$(2) $$(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user