Execute chmod at least command or the set permissions might get lost

again. I'm not totally sure why that is, but the set-uid permission kept
disappearing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25036 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-04-18 23:51:21 +00:00
parent 8a2dad71cc
commit f3d12d460b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@ rule Link
MODE on $(<) = $(EXEMODE) ;
on $(1) XRes $(1) : $(RESFILES) ;
Chmod $(<) ;
if ! [ on $(1) return $(DONT_USE_BEOS_RULES) ] {
SetType $(1) ;
MimeSet $(1) ;
@ -44,6 +43,7 @@ rule Link
Depends $(1) : $(HOST_RM_ATTRS_TARGET) ;
}
}
Chmod $(<) ;
}
actions Link bind NEEDLIBS LINK_BEGIN_GLUE LINK_END_GLUE