mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
Set user-writeable bit when using IFLAGS[12] so that building using NSDISTMODE=copy works
This commit is contained in:
parent
659cfe92fa
commit
9c1158aabb
@ -426,8 +426,8 @@ ifeq ($(USE_TVFS),1)
|
|||||||
IFLAGS1 = -rb
|
IFLAGS1 = -rb
|
||||||
IFLAGS2 = -rb
|
IFLAGS2 = -rb
|
||||||
else
|
else
|
||||||
IFLAGS1 = -m 444
|
IFLAGS1 = -m 644
|
||||||
IFLAGS2 = -m 555
|
IFLAGS2 = -m 755
|
||||||
endif
|
endif
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user