mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@31530 d073be05-634f-4543-b044-5fe20cf6d1d6
16 lines
809 B
Diff
16 lines
809 B
Diff
--- ./AppController.m.old 2007-11-07 05:15:32.000000000 +0900
|
|
+++ ./AppController.m 2007-11-07 08:24:25.000000000 +0900
|
|
@@ -76,11 +76,7 @@
|
|
// setup for task
|
|
NSString *askPassPath = [[NSBundle mainBundle] pathForResource:@"askpass"
|
|
ofType:@""];
|
|
- NSString *sshfsPath = [[NSBundle mainBundle] pathForResource:@"sshfs-static"
|
|
- ofType:@""];
|
|
- if ([GoogleShared_SystemVersion isLeopard]) {
|
|
- sshfsPath = [sshfsPath stringByAppendingString:@"-10.5"];
|
|
- }
|
|
+ NSString *sshfsPath = @"##PREFIX##/bin/sshfs";
|
|
NSDictionary *sshfsEnv = [NSDictionary dictionaryWithObjectsAndKeys:
|
|
@"NONE", @"DISPLAY", // I know "NONE" is bogus; I just need something
|
|
askPassPath, @"SSH_ASKPASS",
|