Ryan Schmidt wrote:
>> post-patch {
>> -cd ${worksrcpath}
>> +system "cd ${worksrcpath}"
>> foreach item [exec find . -type f -name .cvsignore] {
>> file delete -force ${item}
>> }
>> @@ -99,7 +107,7 @@
>>
>> set docPath "${prefix}/share/doc/${name}"
>> xinstal
Doesn't xinstall have a way to change $CWD for its operations? That
would work...
On Apr 16, 2008, at 9:03 AM, Ryan Schmidt wrote:
That change isn't going to work, is it? I mean, the reason why the
tcl "cd" command was deprecated is because we don't want portfiles
changing the working dir
On Apr 16, 2008, at 9:03 AM, Ryan Schmidt wrote:
post-patch {
- cd ${worksrcpath}
+ system "cd ${worksrcpath}"
foreach item [exec find . -type f -name .cvsignore] {
file delete -force ${item}
}
@@ -99,7 +107,7 @@
set docPath "${prefix}/share/do
post-patch {
- cd ${worksrcpath}
+ system "cd ${worksrcpath}"
foreach item [exec find . -type f -name .cvsignore] {
file delete -force ${item}
}
@@ -99,7 +107,7 @@
set docPath "${prefix}/share/doc/${name}"
xinstall -d -m 0755 ${destroot