Rinaldo Digiorgio wrote: > Hi, > > I am trying to drop the following line using pkgmogrify. I want to > remove "value=sparc" > > > set name=variant.arch value=i386 value=sparc > > I get exceptions with the following > > <transform set name=variant.arch value=sparc value=i386 -> drop > > > <transform name=variant.arch value=sparc -> delete >
Look at the pkgmogrify(1) man page. You're looking for the "delete" operation. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
