Skip to content

Commit 849b93c

Browse files
committed
Remove some sm-ssc references.
1 parent 1f58900 commit 849b93c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Utils/install-stepmania.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sub CreateDirectories
114114

115115
print "Binary path: $bin_path\n";
116116

117-
open(F, "sm-ssc.nsi") || die "Couldn't open sm-ssc.nsi: $!";
117+
open(F, "stepmania.nsi") || die "Couldn't open stepmania.nsi: $!";
118118

119119
# Search for the default installation section.
120120
my $FoundSection = 0;
@@ -130,7 +130,7 @@ sub CreateDirectories
130130
}
131131
}
132132

133-
$FoundSection || die "sm-ssc.nsi parse error";
133+
$FoundSection || die "stepmania.nsi parse error";
134134
my $FoundEnd = 0;
135135

136136
if( ! -d $instdir )

autogen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
srcdir=`dirname $0`
1313
test -z "$srcdir" && srcdir=.
1414

15-
PKG_NAME="sm-ssc"
15+
PKG_NAME="stepmania"
1616

1717
AUTOHEADER=autoheader
1818
ACLOCAL_OPTIONS="-I autoconf/m4/"
@@ -59,7 +59,7 @@ fi
5959
# If none of those were found, check if "automake" exists, and check the version.
6060
if test -z "$AUTOMAKE" && automake --version > /dev/null 2>&1; then
6161
version=`automake --version 2>/dev/null|head -1|sed -e 's/.* \([0-9]\+\.[0-9]\+\).*$/\1/'`
62-
62+
6363
IFS=.
6464
set $version
6565
if test -z "$version"; then

0 commit comments

Comments
 (0)