fix local depends in Copy and zip up symlinks properly in PackageInstallZip
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5738 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b1a94814dd
commit
5c4135222d
6
Jamrules
6
Jamrules
@ -2009,14 +2009,14 @@ rule FT2_LinkLibrary
|
||||
|
||||
rule Copy
|
||||
{
|
||||
LocalDepends $(<) : $(>) ;
|
||||
Depends $(<) : $(>) ;
|
||||
SEARCH on $(>) = $(SEARCH_SOURCE) ;
|
||||
}
|
||||
|
||||
actions Copy
|
||||
{
|
||||
cp -dp $(>) $(<) ;
|
||||
if [ -f $(>) ] ; then copyattr $(>) $(<) ; fi ;
|
||||
if [ -f $(>) ] ; then copyattr $(>) $(<) ; fi ;
|
||||
}
|
||||
|
||||
rule Packages
|
||||
@ -2133,7 +2133,7 @@ rule PackageInstallZip
|
||||
actions together PackageInstallZip
|
||||
{
|
||||
cd $(1:P) ;
|
||||
zip -rq $(1:BS) boot ;
|
||||
zip -rqy $(1:BS) boot ;
|
||||
}
|
||||
|
||||
rule LinkInstallZip
|
||||
|
Loading…
Reference in New Issue
Block a user