This is kind of strange, as I just downloaded it yesterday from Sourceforge.

It seems to me, like it can't move some files and thus doesn't find them 
afterwards. Is it possible that the SuSE guys altered the mv command or 
that something else is going wrong here?

Translation of the last few lines:

make[1]: Entering directory `/home/mailman/templates'
for f in *.html *.txt; \
do \
  mv -f /home/mailman/templates/$f /home/mailman/templates/$f.prev || 
/bin/true; \
  /usr/bin/install -c -m 644 $f /home/mailman/templates; \
done
mv: When moving several files, the last argument must be a directory
/usr/bin/install: cannot stat `*.html': File or directory not found
mv: When moving several files, the last argument must be a directory
/usr/bin/install: cannot stat `*.txt': File or directory not found
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/mailman/templates'
make: *** [doinstall] Error 2


Thanks for your support.

Alexander




------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to