Skip to content

Commit 48013d4

Browse files
committed
Backport follow-up fix 8342858
1 parent c350099 commit 48013d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common/MakeBase.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ ifeq ($(call isTargetOs, macosx), true)
289289
$(CP) -fRP '$(call DecodeSpace, $<)' '$(call DecodeSpace, $@)'; \
290290
fi
291291
if [ -n "`$(XATTR) -ls '$(call DecodeSpace, $@)'`" ]; then \
292-
$(CHMOD) u+w '$(call DecodeSpace, $@)'; \
292+
$(CHMOD) -h u+w '$(call DecodeSpace, $@)'; \
293293
$(XATTR) -cs '$(call DecodeSpace, $@)'; \
294294
fi
295295
endef

0 commit comments

Comments
 (0)