On Sun, Jan 5, 2014 at 2:13 PM, <[email protected]> wrote:
> Author: lucasvr
> Date: 2014-01-05 08:13:08 -0800 (Sun, 05 Jan 2014)
> New Revision: 4453
>
> Modified:
> branches/015/Compile/Functions/BuildType_manifest
> Log:
> Commands are not executed when prefixed by Log_Verbose. Better just expose
> what's being copied so the user knows.
>
> Modified: branches/015/Compile/Functions/BuildType_manifest
> ===================================================================
> --- branches/015/Compile/Functions/BuildType_manifest 2014-01-04
> 19:24:06 UTC (rev 4452)
> +++ branches/015/Compile/Functions/BuildType_manifest 2014-01-05
> 16:13:08 UTC (rev 4453)
> @@ -14,8 +14,8 @@
> fi
> Log_Normal "Installing ${fullsrc} into ${fulldst}"
> if [ -d "${fullsrc}" -a -d "${fulldst}" ]
> - then Log_Verbose $sudo_exec cp -Rv --no-preserve=ownership
> "${fullsrc}"/* "${fulldst}"
> - else Log_Verbose $sudo_exec cp -Rv --no-preserve=ownership
> ${fullsrc} "${fulldst}"
> + then $sudo_exec cp -Rv --no-preserve=ownership "${fullsrc}"/*
> "${fulldst}"
> + else $sudo_exec cp -Rv --no-preserve=ownership ${fullsrc}
> "${fulldst}"
> fi
> done
> }
>
>
There is something odd with some manifest recipes. ${fullsrc} expands to
[/Files,/Data]/Compile/Sources, but recipes are assuming that it expands to
$dir (which includes the package directory). Does anybody have time to
track the changes in Compile to see if this is a regression in Compile or a
bug in the recipes?
As a matter of fact, this is how the manifest recipes I am working on look
like (DocBook-* family):
manifest=(
docbook.cat:share/xml/docbook/xml-dtd-4.5/.
calstblx.dtd:share/xml/docbook/xml-dtd-4.5/.
docbookx.dtd:share/xml/docbook/xml-dtd-4.5/.
...
ps: please do not make any updates to these recipes, as I have some pending
fixes to a few of them on my local tree.
Thanks!
--
Lucas
"If you're looking for a reason I've a reason to give: pleasure, little
treasure"
_______________________________________________
gobolinux-devel mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel