Set user-writeable bit when using IFLAGS[12] so that building using NSDISTMODE=copy works
git-svn-id: svn://10.0.0.236/trunk@99840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
de383daf7b
commit
7a9da67eb5
@ -426,8 +426,8 @@ ifeq ($(USE_TVFS),1)
|
||||
IFLAGS1 = -rb
|
||||
IFLAGS2 = -rb
|
||||
else
|
||||
IFLAGS1 = -m 444
|
||||
IFLAGS2 = -m 555
|
||||
IFLAGS1 = -m 644
|
||||
IFLAGS2 = -m 755
|
||||
endif
|
||||
|
||||
################################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user