diff options
author | Joost Peters | 2010-05-16 18:02:59 +0000 |
---|---|---|
committer | Joost Peters | 2010-05-16 18:02:59 +0000 |
commit | e46a01b8bb006d9ff5c593d638f8d6fda1565c63 (patch) | |
tree | de485941babb784c14366f195f21a8f0f8349312 | |
parent | b4f810707d325b6f9e1cff37640f1bbb963d2da7 (diff) | |
download | scummvm-rg350-e46a01b8bb006d9ff5c593d638f8d6fda1565c63.tar.gz scummvm-rg350-e46a01b8bb006d9ff5c593d638f8d6fda1565c63.tar.bz2 scummvm-rg350-e46a01b8bb006d9ff5c593d638f8d6fda1565c63.zip |
Correct IRIX spec filename
svn-id: r49051
-rwxr-xr-x | tools/update-version.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-version.pl b/tools/update-version.pl index 13160616a7..f151ae7514 100755 --- a/tools/update-version.pl +++ b/tools/update-version.pl @@ -38,7 +38,7 @@ my @subs_files = qw( dists/slackware/scummvm.SlackBuild dists/macosx/Info.plist dists/iphone/Info.plist - dists/irix/scummvm.spec.in + dists/irix/scummvm.spec dists/wii/meta.xml backends/platform/psp/README.PSP ); |