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
Родитель 9fba9ce4f5
Коммит fb684e49ca
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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