From 23da95d83e7d38f02f391aeaaeb6a16dabb76190 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:07 +0000 Subject: [PATCH] packages/procps: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40119 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/procps/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/procps/Makefile b/utils/procps/Makefile index 7fd866f17..612c80afd 100644 --- a/utils/procps/Makefile +++ b/utils/procps/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -37,8 +37,8 @@ define Package/procps endef define Package/procps/description - procps is the package that has a bunch of small useful utilities that give - information about processes using the /proc filesystem. The package + procps is the package that has a bunch of small useful utilities that give + information about processes using the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill. endef @@ -72,7 +72,7 @@ AUXDIR_ps := "ps/" define BuildPlugin 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/ endef