Remove some sm-ssc references.

This commit is contained in:
Colby Klein
2014-02-04 01:50:59 -08:00
parent 1f58900f4f
commit 849b93c8b0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -114,7 +114,7 @@ if( !defined($bin_path) )
print "Binary path: $bin_path\n";
open(F, "sm-ssc.nsi") || die "Couldn't open sm-ssc.nsi: $!";
open(F, "stepmania.nsi") || die "Couldn't open stepmania.nsi: $!";
# Search for the default installation section.
my $FoundSection = 0;
@@ -130,7 +130,7 @@ while(!eof(F))
}
}
$FoundSection || die "sm-ssc.nsi parse error";
$FoundSection || die "stepmania.nsi parse error";
my $FoundEnd = 0;
if( ! -d $instdir )