File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ sub CreateDirectories
114
114
115
115
print " Binary path: $bin_path \n " ;
116
116
117
- open (F, " sm-ssc .nsi" ) || die " Couldn't open sm-ssc .nsi: $! " ;
117
+ open (F, " stepmania .nsi" ) || die " Couldn't open stepmania .nsi: $! " ;
118
118
119
119
# Search for the default installation section.
120
120
my $FoundSection = 0;
@@ -130,7 +130,7 @@ sub CreateDirectories
130
130
}
131
131
}
132
132
133
- $FoundSection || die " sm-ssc .nsi parse error" ;
133
+ $FoundSection || die " stepmania .nsi parse error" ;
134
134
my $FoundEnd = 0;
135
135
136
136
if ( ! -d $instdir )
Original file line number Diff line number Diff line change 12
12
srcdir=` dirname $0 `
13
13
test -z " $srcdir " && srcdir=.
14
14
15
- PKG_NAME=" sm-ssc "
15
+ PKG_NAME=" stepmania "
16
16
17
17
AUTOHEADER=autoheader
18
18
ACLOCAL_OPTIONS=" -I autoconf/m4/"
59
59
# If none of those were found, check if "automake" exists, and check the version.
60
60
if test -z " $AUTOMAKE " && automake --version > /dev/null 2>&1 ; then
61
61
version=` automake --version 2> /dev/null| head -1| sed -e ' s/.* \([0-9]\+\.[0-9]\+\).*$/\1/' `
62
-
62
+
63
63
IFS=.
64
64
set $version
65
65
if test -z " $version " ; then
You can’t perform that action at this time.
0 commit comments