Hi, The postfix and jed packages I just uploaded had a problem with bzip, and not with makeinstall. The type of errors I've been getting are as follows: + find /tmp/postfix-19991231-root/usr/man/ -name '*[0-9]' + xargs bzip2 -9 bzip2: Input file /tmp/postfix-19991231-root/usr/man/man1 is not a normal file. bzip2: Input file /tmp/postfix-19991231-root/usr/man/man5 is not a normal file. bzip2: Input file /tmp/postfix-19991231-root/usr/man/man8 is not a normal file. Bad exit status from /var/tmp/rpm-tmp.52443 (%install) Anyway, i took a look at anacron, and applied the same kind of patch to it. Stefan src.rpm is in /incoming.
3c3 < %define release 4mdk --- > %define release 5mdk 66c66 < find $RPM_BUILD_ROOT/usr/man/ -name '*[0-9]'|xargs bzip2 -9 --- > find $RPM_BUILD_ROOT/usr/man/ -type f -name '*[0-9]'|xargs bzip2 -9 90a91,93 > * Sat Jul 08 2000 Stefan van der Eijk <[EMAIL PROTECTED]> 2.1-5mdk > - modified find statement to only find files (not directories) >
