On Wed, 10 Mar 1999 17:59:49 -0500 (EST), <[EMAIL PROTECTED]> said:
>
> Infobot doesn't work that way.  It's a perl script.  The main file
> infobot loads up the rest of the scripts and does all the work.

Patch the main script, adding

    use lib '/usr/lib/infobot';

(or /usr/share/infobot if that's valid, I haven't read the FHS yet) if
necessary.  Add simple install commands to debian/rules to install the
main program and the auxiliary files.

    dt := debian/tmp
    lib_files := whatever

    # in binary-indep or an install target
            install -c 755 infobot $(dt)/usr/bin
            install $(lib_files) $(dt)/usr/lib/infobot

-- 
Roderick Schertler
[EMAIL PROTECTED]

Reply via email to