Space in path awareness...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2031,8 +2031,8 @@ rule Copy
|
|||||||
|
|
||||||
actions Copy
|
actions Copy
|
||||||
{
|
{
|
||||||
cp -dp $(>) $(<) ;
|
cp -dp "$(>)" "$(<)" ;
|
||||||
if [ -f $(>) ] ; then copyattr $(>) $(<) ; fi ;
|
if [ -f "$(>)" ] ; then copyattr "$(>)" "$(<)" ; fi ;
|
||||||
}
|
}
|
||||||
|
|
||||||
rule Packages
|
rule Packages
|
||||||
@@ -2171,5 +2171,5 @@ rule LinkInstallZip
|
|||||||
|
|
||||||
actions together LinkInstallZip
|
actions together LinkInstallZip
|
||||||
{
|
{
|
||||||
ln -sf `pwd`/$(2) $(1) ;
|
ln -sf `pwd`/"$(2)" "$(1)" ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user