[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

md5sum not in path in post-install.sh



post-install script makes use of md5sum program that has been just installed
in ${MAILBIN}.  But you may not have this in your PATH at this moment
and thus the script fails to make/check md5sums.  Probably need to make
post-install.sh.in and include it in AC_OUTPUT...

Eugene