Skip to content

Commit

Permalink
Remove some sm-ssc references.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakesoda committed Feb 4, 2014
1 parent 1f58900 commit 849b93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Utils/install-stepmania.pl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sub CreateDirectories

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;
Expand All @@ -130,7 +130,7 @@ sub CreateDirectories
}
}

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

if( ! -d $instdir )
Expand Down
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="sm-ssc"
PKG_NAME="stepmania"

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

IFS=.
set $version
if test -z "$version"; then
Expand Down

0 comments on commit 849b93c

Please sign in to comment.