Hello,
I found this little problem when I've tried make clone:
...
d=`pwd` ; cd sqwebmail-0.11 ; GZIP=--best chozf $d/clone.tar.gz .
/bin/sh: chozf: command not found
make[1]: ** [clonedist] Erro 127
Apply this patch to
sqwebmail-3.4.0.20021026/sqwebmail/html/en/Makefile solve the problem:
*** 162,167 ****
--- 162,168 ----
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
+ TAR = gtar
GZIP_ENV = --best
distcleancheck_listfiles = find . -type f -print
Perhaps, someone got the same error.
Regards,
Uelinton Santos
[EMAIL PROTECTED]
[EMAIL PROTECTED]