summaryrefslogtreecommitdiff
path: root/package/dtach
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2014-10-25 20:29:31 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-10-26 05:47:05 +0100
commit1769933d98cc4891df571453f0380a4aef5aefcc (patch)
tree41154f90c4b343f3c693e439665922adaa36e29e /package/dtach
parent28a0054bea79eafc0caa70c2364a15113af03f6e (diff)
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/dtach')
-rw-r--r--package/dtach/dtach.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dtach/dtach.mk b/package/dtach/dtach.mk
index 56ab175ef..5f5a90321 100644
--- a/package/dtach/dtach.mk
+++ b/package/dtach/dtach.mk
@@ -11,7 +11,7 @@ DTACH_LICENSE_FILES = COPYING
# The Makefile does not have an install target.
define DTACH_INSTALL_TARGET_CMDS
- $(INSTALL) -D -m 0755 $(@D)/dtach $(TARGET_DIR)/usr/bin/dtach
+ $(INSTALL) -D -m 0755 $(@D)/dtach $(TARGET_DIR)/usr/bin/dtach
endef
$(eval $(autotools-package))