Re: installData
"Hylke Donker" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your reply. What i'm doing now is I copy those directories to $build_root/share/starez and then I use installData share/starez That also seems to work :-) Hylke On 9/6/07, Taj Morton <[email protected]> wrote: > > On 9/6/07, Hylke Donker <[email protected]> wrote: > > Hi, > > I would like to have installData copy data to > $PREFIX/share/starez/foobar > > instead of $PREFIX/share. > > Using only: > > installData starez/ > > doesn't seem to work. I think that's because I also have a shell-script > > called starez that needs to be installed(through installExe). > It's easiest if you keep your payload directory arranged similar to > how you want your final install to look. For example: > bin/starez > share/starez/foobar > > Then, install with: > installExe bin/starez > installData share/starez > > That should end up copying stuff to: > $PREFIX/bin/starez > $PREFIX/share/starez > > Hope that helps somewhat, > - Taj > > -- > Taj > http://www.wildgardenseed.com/Taj/blog > > Need a GMail invite? Email me. > Peace cannot be kept by force; it > can only be achieved by understanding. > -- A. Einstein > > --------------------------------------------------------------------- > To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] > For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected] > >