[lokisetup] no files element bug(?)

Ludwig Nussel ludwig.nussel at gmx.de
Sat Oct 30 05:21:33 EDT 2004


Daniel Aleksandrow wrote:
> thanks for the reply :-)
> 
> 
> <snip>
> > >          promptbinaries="no" express="no" splashpos="top">
> >                            ^^ you have binaries
> 
> okay, so if I have this set to "no", binaries aren't installed?!?  I
> want the symlinks created no matter what the user does, so how would I
> go about this ... making post install and uninstall scripts will work,
> but is there an easier may?

Ah, never mind, it's just for the checkbox that allows the user to
choose not to install symlinks.

> <snip>
> > >   <component name="Default" version="0.4.3" default="yes">
> > > 
> > >     <option required="true">
> > >       Vegastrike Binaries
> > >       <help>Required to play Vegastrike, or any compatible mod.</help>
> > >       <binary arch="x86" libc="any" symlink="vegastrike" play="no" binpath="bin/" keepdirs="yes">
> > 
> > binpath is not the directory where to find the binary but the path
> > to the binary itself. Put your binary into bin/Linux/x86/ then you
> > don't need the binpath attribute at all.
> 
> okay, but I want the binaries installed into installpath/bin ... how
> would this be done then?

<binary arch="x86" libc="any" symlink="vegastrike">
    vegastrike
</binary>

-> setup searches 'vegastrike' in bin/Linux/x86/glibc-2.1/,
bin/Linux/x86/, bin/x86/glibc-2.1/, bin/x86/ and installs it into
/usr/local/games/vegastrike/

<binary arch="x86" libc="any" symlink="vegastrike" keepdirs="yes">
    bin/vegastrike
</binary>

-> searches 'vegastrike' in bin/Linux/x86/glibc-2.1/bin/,
bin/Linux/x86/bin/, bin/x86/glibc-2.1/bin/, bin/x86/bin/ and
installs it into /usr/local/games/vegastrike/bin/

<binary arch="x86" libc="any" symlink="vegastrike" binpath="bin/vegastrike" keepdirs="yes">
    bin/vegastrike
</binary>

-> searches 'vegastrike' in bin/ and installs it into
/usr/local/games/vegastrike/bin/


cu
Ludwig

-- 
(o_  Ludwig.Nussel at gmx.de
//\
V_/_ PGP Key ID: FF8135CE



More information about the Lokisetup mailing list