Set user-writeable bit when using IFLAGS[12] so that building using NSDISTMODE=copy works

This commit is contained in:
cls%seawood.org 2001-07-24 23:41:43 +00:00
parent 659cfe92fa
commit 9c1158aabb

View File

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