Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > 06d430953108efefa12817f19fed78d1 > files > 3

eliminate-dups-1.2-11mdv2010.0.noarch.rpm

Installation Instructions
-------------------------

1) Create a writeable Makefile

    cp Makefile.dist Makefile
    chmod +w Makefile

2) Edit the Makefile and modify the values of BIN and PERL to suit your
installation. I install third party qmail programs in /var/qmail/etc
and ensure that qmail-start is run with that directory in its path. You
can use whatever location suits your needs. If you run qmail-start
WITHOUT the BIN directory in its path you'll need to fully qualify the
location of eliminate-dups in each user's ~/.qmail file.

3) Build the executable

    make

4) Install the executable

    /bin/su -c "make install"