Ticket #5289: fugu.patch
File fugu.patch, 1.2 KB (added by rsorasen@…, 19 years ago) |
---|
-
aqua/fugu/Portfile
24 24 build.args -buildstyle Deployment -alltargets 25 25 build.target 26 26 27 patchfiles patch-project.pbxproj 28 27 29 destroot { 28 cd ${worksrcpath}/build 30 if {$xcodeversion == "2.1"} { 31 cd ${worksrcpath}/build/Deployment 32 } else { 33 cd ${worksrcpath}/build 34 } 29 35 xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts 30 36 file copy Fugu.app ${destroot}/Applications/DarwinPorts/ 31 37 } -
aqua/fugu/files/patch-project.pbxproj
1 --- Fugu.pbproj/project.pbxproj.orig 2005-10-07 09:46:05.000000000 +0200 2 +++ Fugu.pbproj/project.pbxproj 2005-10-07 09:45:40.000000000 +0200 3 @@ -1808,7 +1808,7 @@ 4 isa = PBXFileReference; 5 lastKnownFileType = "compiled.mach-o.executable"; 6 name = externaleditor; 7 - path = build/externaleditor; 8 + path = build/Deployment/externaleditor; 9 refType = 4; 10 sourceTree = "<group>"; 11 };