Skip to content

Commit

Permalink
[installer] add list of checks that the Installer scripts perform
Browse files Browse the repository at this point in the history
  • Loading branch information
nieder committed Nov 3, 2011
1 parent 27e7568 commit f0408f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installer/resources/InstallationCheck
@@ -1,6 +1,12 @@
#!/usr/bin/perl
# -*- mode: Perl; tab-width: 4; -*-

# Checks performed:
# No previous Fink installation
# Installer is for current OS X version
# Installer is for current OS X architecture
# Xcode is present

use File::Find;
use POSIX qw(uname);

Expand Down
6 changes: 6 additions & 0 deletions installer/resources/VolumeCheck
@@ -1,6 +1,12 @@
#!/usr/bin/perl
# -*- mode: Perl; tab-width: 4; -*-

# Checks performed:
# No previous Fink installation
# User has write permission to target volume
# Symlinks are possible
# Permissions are enabled on volume (via diskutil)

use File::Find;

my $basedir = "FINK_ROOT";
Expand Down

0 comments on commit f0408f2

Please sign in to comment.