summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/glibc.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index d1a7b8db8..ae4b7e104 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -183,8 +183,10 @@ endif
# Zonefiles
@$(call install_copy, glibc, 0, 0, 0755, /usr/share/zoneinfo)
- @for target in $(GLIBC_ZONEFILES-y); do \
- $(call install_copy, glibc, 0, 0, 0644, $(GLIBC_ZONEDIR)/zoneinfo/$$target, /usr/share/zoneinfo/$$target) \
+ @for target in $(GLIBC_ZONEFILES-y); do \
+ $(call install_copy, glibc, 0, 0, 0644, \
+ $(GLIBC_ZONEDIR)/zoneinfo/$$target, \
+ /usr/share/zoneinfo/$$target) \
done;
@$(call install_finish, glibc)
endif