From 3bc73de0376323f15015a782bcec72d37b9384dc Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:06:01 +0000 Subject: [PATCH 1/1] packages/patch: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40237 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- devel/patch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/patch/Makefile b/devel/patch/Makefile index fa3f14a28..130085555 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -25,14 +25,14 @@ define Package/patch endef define Package/patch/description - The Patch package contains a program for modifying or creating files + The Patch package contains a program for modifying or creating files by applying a "patch" file typically created by the diff program. endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ exec_prefix="$(PKG_INSTALL_DIR)" \ - all install + all install endef define Package/patch/install -- 2.11.0