packages/dtach: 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@40076 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:03:23 +00:00
parent f0f3c26897
commit 89179bfdb1

View File

@ -29,18 +29,18 @@ define Package/dtach/description
allowing you to run a program in an environment that is protected from
the controlling terminal and attach to it later. dtach does not keep
track of the contents of the screen, and thus works best with programs
that know how to redraw themselves.
that know how to redraw themselves.
endef
define Build/Configure
define Build/Configure
$(call Build/Configure/Default)
endef
define Build/Compile
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)
endef
define Package/dtach/install
define Package/dtach/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/dtach $(1)/usr/bin/
endef