2011/4/30 António Meireles <s...@reboot.sh>: > the split among runtime/libdata/devel{,lib} is done by policy assuming a > given behavior/pattern of the target package. > > Of course that there are pkgs that for one reason or another break this. In > this concrete case case, what may be sensible is to put > the so files now in :devellib that are needed by :data under :lib. > (so effectively wipping :devellib)
That makes sense. Thanks :) > while on it i tweaked existing recipe according to above (see > http://lists.rpath.org/pipermail/foresight-commits/2011-April/047845.html) - r.Run("python %(builddir)s/makepanda/installpanda.py --destdir=%(destdir)s --prefix=%(prefix)s") + r.ManualConfigure("--destdir=%(destdir)s --prefix=%(prefix)s", + configureName = 'makepanda/installpanda.py ') I see the install step is done by using ManualConfigure. Is it better than r.Run in some way? jesse _______________________________________________ Foresight-devel mailing list Foresight-devel@lists.rpath.org http://lists.rpath.org/mailman/listinfo/foresight-devel