I have not created a patch, as fixing the typo seems to cause other issues
that I have not had time to track down.

Around line 168, the following line:

    cfg_dir=`echo $sysconfdir | grep prefix`

Should probably be:

    cfg_dir=`echo $sysconfdir | grep $prefix`

Or, perhaps:

    cfg_dir=`echo $sysconfdir | grep "^$prefix"`

The primary result of the typo is that /usr/local/etc gets into all
the Makefile's, even though configure was executed with
--prefix=/not/usr/local.

Cheers,
mark

-- 
[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED] __________________________
.  .  _  ._  . .   .__    .  . ._. .__ .   . . .__  | Neighbourhood Coder
|\/| |_| |_| |/    |_     |\/|  |  |_  |   |/  |_   | 
|  | | | | \ | \   |__ .  |  | .|. |__ |__ | \ |__  | Ottawa, Ontario, Canada

  One ring to rule them all, one ring to find them, one ring to bring them all
                       and in the darkness bind them...

                           http://mark.mielke.cc/



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Clamav-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-devel

Reply via email to