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:
@@ -32,7 +32,6 @@ rule Link
|
|||||||
|
|
||||||
MODE on $(<) = $(EXEMODE) ;
|
MODE on $(<) = $(EXEMODE) ;
|
||||||
on $(1) XRes $(1) : $(RESFILES) ;
|
on $(1) XRes $(1) : $(RESFILES) ;
|
||||||
Chmod $(<) ;
|
|
||||||
if ! [ on $(1) return $(DONT_USE_BEOS_RULES) ] {
|
if ! [ on $(1) return $(DONT_USE_BEOS_RULES) ] {
|
||||||
SetType $(1) ;
|
SetType $(1) ;
|
||||||
MimeSet $(1) ;
|
MimeSet $(1) ;
|
||||||
@@ -44,6 +43,7 @@ rule Link
|
|||||||
Depends $(1) : $(HOST_RM_ATTRS_TARGET) ;
|
Depends $(1) : $(HOST_RM_ATTRS_TARGET) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Chmod $(<) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
actions Link bind NEEDLIBS LINK_BEGIN_GLUE LINK_END_GLUE
|
actions Link bind NEEDLIBS LINK_BEGIN_GLUE LINK_END_GLUE
|
||||||
|
|||||||
Reference in New Issue
Block a user