Remove some sm-ssc references.
This commit is contained in:
@@ -114,7 +114,7 @@ if( !defined($bin_path) )
|
|||||||
|
|
||||||
print "Binary path: $bin_path\n";
|
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.
|
# Search for the default installation section.
|
||||||
my $FoundSection = 0;
|
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;
|
my $FoundEnd = 0;
|
||||||
|
|
||||||
if( ! -d $instdir )
|
if( ! -d $instdir )
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
test -z "$srcdir" && srcdir=.
|
test -z "$srcdir" && srcdir=.
|
||||||
|
|
||||||
PKG_NAME="sm-ssc"
|
PKG_NAME="stepmania"
|
||||||
|
|
||||||
AUTOHEADER=autoheader
|
AUTOHEADER=autoheader
|
||||||
ACLOCAL_OPTIONS="-I autoconf/m4/"
|
ACLOCAL_OPTIONS="-I autoconf/m4/"
|
||||||
|
|||||||
Reference in New Issue
Block a user