> However, I don't like /opt. Is it possible to run the installer and move the files in the right directories in the PKGBUILD ?
The installer accepts an installation prefix. You would only need to change the install location in the PKGBUILD. -./installer -a /opt/ruby-enterprise --destdir=$pkgdir +./installer -a /usr --destdir=$pkgdir On Sat, Sep 25, 2010 at 9:10 AM, Faelar <[email protected]> wrote: > > > On Sat, Sep 25, 2010 at 10:25 AM, Markus M. May <[email protected]>wrote: > >> >> Hm, the FHS states, that "the opt-directory is intended for the >> installation of software other than that packaged with the operating >> system". IMHO ruby-enterprise is not packaged by us, right? We are just >> calling the installer. Therfor /opt is the correct location IMHO. >> > > When the installer doesn't allow the use of the linux directoriy hierarchy > yes, /opt is a better choice. That's also true for unstables applications > which can conflict with stables versions (ie gnome 2.27, 2.29 etc.) > > However, I don't like /opt. Is it possible to run the installer and move > the files in the right directories in the PKGBUILD ? > _______________________________________________ > ArchServer Project General Mail List > Post messages to: [email protected] > Administer your subscription: http://lists.archserver.org/listinfo/general > >
_______________________________________________ ArchServer Project General Mail List Post messages to: [email protected] Administer your subscription: http://lists.archserver.org/listinfo/general

