Ticket #12708: perl5-1.0-fs-traverse.diff
File perl5-1.0-fs-traverse.diff, 595 bytes (added by nox@…, 17 years ago) |
---|
-
perl5-1.0.tcl
96 96 destroot.target pure_install 97 97 98 98 post-destroot { 99 foreach packlist [exec find ${destroot}${perl5.lib} -name .packlist] { 100 ui_info "Fixing packlist ${packlist}" 101 reinplace "s|${destroot}||" ${packlist} 99 fs-traverse packlist ${destroot}${perl5.lib} { 100 if {[file tail ${file}] == .packlist} { 101 ui_info "Fixing packlist ${packlist}" 102 reinplace "s|${destroot}||" ${packlist} 103 } 102 104 } 103 105 } 104 106