transforms/report
author Rich Burridge <rich.burridge@oracle.com>
Tue, 15 Oct 2013 05:42:39 -0700
changeset 1509 9b41420b4385
parent 1048 e82fa02a4d16
child 5282 b4df500d2f24
permissions -rw-r--r--
17601897 The gznew script should have /usr/gnu/bin at the front of its PATH.


<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
	print PACKAGE += "%<1>@%<2>" >
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
	print ARC_CASE += "%<1>" >

<transform license license=(.*) -> print LICENSE += "%<1>" >