Installer is now functional but not complete. It spits out error messages when it shouldn't. It copies the CVS directories into the archive. It doesn't honor the overwrite flag, it just always does what tar normally does. (Overwrites I assume...) It cannot get superuser privs yet for installing the libraries.
This commit is contained in:
@@ -44,4 +44,16 @@
|
||||
[button setEnabled:YES];
|
||||
}
|
||||
|
||||
- (BOOL)askQuestion:(NSString *)question
|
||||
{
|
||||
[questionField setStringValue:question];
|
||||
return [NSApp runModalForWindow:questionPanel];
|
||||
}
|
||||
|
||||
- (IBAction)pushedQuestionButton:(id)sender
|
||||
{
|
||||
[questionPanel orderOut:sender];
|
||||
[NSApp stopModalWithCode:[sender tag]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user