packages/patch: 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@40237 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:06:01 +00:00
parent 4b42093b63
commit 3bc73de037

View File

@ -25,14 +25,14 @@ define Package/patch
endef endef
define Package/patch/description 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. by applying a "patch" file typically created by the diff program.
endef endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
exec_prefix="$(PKG_INSTALL_DIR)" \ exec_prefix="$(PKG_INSTALL_DIR)" \
all install all install
endef endef
define Package/patch/install define Package/patch/install