Hartley,<br>     Yes, you would need to setup the .mk file to install the package into a different location. It will depend on the package type. If it's an autotools package, then you will have to do one of two things. The choice would be based on whether the existing options are acceptable, but just need to be added to, then add/change (PKG)_CONF_OPT, or the existing options are not acceptable, then  redefine (PKG)_CONFIGURE_CMDS. If it's a gentargets package, then the only choice you have is to change (PKG)_CONFIGURE_CMDS. If it's a manual makefile package, then you will have to add/change the configuration step, if it has one, and/or the installation step, if necessary. I would suggest that you read buildroot/docs/buildroot.html. It has a lot of good information about creating and changing packages.<br>

<br>Martin<br><br><div class="gmail_quote">On Fri, Oct 8, 2010 at 2:59 PM, H Hartley Sweeten <span dir="ltr"><<a href="mailto:hartleys@visionengravers.com">hartleys@visionengravers.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello all,<br>
<br>
Is there a way to setup a .mk file for a package to configure and install the package<br>
into a place other than /bin, /sbin, /usr/bin or /usr/sbin?  Or is this actually handled<br>
internally by the .configure of the package?<br>
<br>
Thanks,<br>
Hartley<br>
_______________________________________________<br>
buildroot mailing list<br>
<a href="mailto:buildroot@busybox.net">buildroot@busybox.net</a><br>
<a href="http://lists.busybox.net/mailman/listinfo/buildroot" target="_blank">http://lists.busybox.net/mailman/listinfo/buildroot</a><br>
</blockquote></div><br>