29 Oct
2007
29 Oct
'07
4:39 a.m.
On Oct 28, 2007, at 23:14, source_changes@macosforge.org wrote: [snip]
post-destroot { cd ${destroot}${prefix}/lib/erlang - system "tar -zxvf ${distpath}/otp_doc_html_${version}$ {extract.suffix}" - system "tar -zxvf ${distpath}/otp_doc_man_${version}$ {extract.suffix}" - + system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/ otp_doc_html_${version}${extract.suffix}" + system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/ otp_doc_man_${version}${extract.suffix}"
[snip] You want to remove that "cd" line too, right?