transforms/REQUIRED_PACKAGES
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Wed, 05 Oct 2016 07:42:37 -0700
changeset 7052 136fcc2daf8d
parent 3817 30b42c38bbc4
permissions -rw-r--r--
24676533 vim 8.0.0016 (fix build)

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