transforms/REQUIRED_PACKAGES
author Rich Burridge <rich.burridge@oracle.com>
Thu, 08 Sep 2016 09:15:40 -0700
changeset 6861 6110892450ff
parent 3817 30b42c38bbc4
permissions -rw-r--r--
22890928 deliver gawk section 3am man pages in /usr/share/man/man3

# print a line "REQUIRED_PACKAGES += {pkg-short-name}"
<transform depend fmri=pkg:/(.+)@.+ -> print REQUIRED_PACKAGES += %<1> >
# drop all actions
<transform -> drop >