Aleksey Cheusov wrote:
Does anybody know how to make a substitution stage on PLIST.
That is, given PLIST file that contains, e.g.
...
${PYSITELIB}/BabelPhish/pixmaps/s9.gif
${PYSITELIB}/BabelPhish/pixmaps/stop.gif
...
I'd like to convert it to
...
lib/python2.4/site-packages/BabelPhish/pixmaps/s9.gif
lib/python2.4/site-packages/BabelPhish/pixmaps/stop.gif
...
I didn't quite understand you. The standard way of getting the PLIST variables resolved is to run "bmake plist", which creates the PLIST in ${WRKDIR}. Is that what you want?
Roland