Ticket #13181: TeXmacs-no-cd.diff
File TeXmacs-no-cd.diff, 966 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
68 68 build.target { } 69 69 70 70 post-destroot { file mkdir ${destroot}/${prefix}/share/${name} 71 cd ${destroot}/${prefix}/share/${name}72 71 73 system " ${extract.cmd} ${extract.pre_args} ${distpath}/${name}-600dpi-fonts${extract.suffix} ${extract.post_args}"72 system "cd ${destroot}/${prefix}/share/${name} && ${extract.cmd} ${extract.pre_args} ${distpath}/${name}-600dpi-fonts${extract.suffix} ${extract.post_args}" 74 73 75 cd ${destroot}/${prefix}/share/ 76 system "chown -R root:admin ${name}" 74 system "chown -R root:admin ${destroot}/${prefix}/share/${name}" 77 75 78 76 file rename ${destroot}${prefix}/share/${name}/plugins/cadabra \ 79 77 ${destroot}${prefix}/share/${name}/plugins/cadabra.texmacs