From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:23 +0000 (+0000) Subject: packages/dtach: fix whitespaces X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d89fbe2455546883bf7ccf6644bb8ca07767170b;p=openwrt%2Fsvn-archive%2Farchive.git packages/dtach: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40076 --- diff --git a/utils/dtach/Makefile b/utils/dtach/Makefile index e027420834..5d01d286f9 100644 --- a/utils/dtach/Makefile +++ b/utils/dtach/Makefile @@ -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