package: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Jerzy Grzegorek
2014-10-25 20:29:31 +02:00
committed by Peter Korsgaard
parent 28a0054bea
commit 1769933d98
33 changed files with 140 additions and 140 deletions

View File

@@ -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))