diff options
author | Willem Jan Palenstijn | 2010-04-04 11:53:19 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2010-04-04 11:53:19 +0000 |
commit | 703687a9e83ce04c71f1b02e6dc64ec22d79d70d (patch) | |
tree | f250bd7fa79c23a54c0974ed4ef45caa422bba9c | |
parent | 753a73be293c4e1a768fe87545ea72606c93b32e (diff) | |
download | scummvm-rg350-703687a9e83ce04c71f1b02e6dc64ec22d79d70d.tar.gz scummvm-rg350-703687a9e83ce04c71f1b02e6dc64ec22d79d70d.tar.bz2 scummvm-rg350-703687a9e83ce04c71f1b02e6dc64ec22d79d70d.zip |
Change path back from tools-VERSION to scummvm-tools-VERSION due to tools rerelease
svn-id: r48510
-rw-r--r-- | dists/redhat/scummvm-tools.spec | 2 | ||||
-rw-r--r-- | dists/redhat/scummvm-tools.spec.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec index 32fa280074..5721233ff6 100644 --- a/dists/redhat/scummvm-tools.spec +++ b/dists/redhat/scummvm-tools.spec @@ -31,7 +31,7 @@ Tools for compressing ScummVM datafiles and other related tools. # install scripts #------------------------------------------------------------------------------ %prep -%setup -q -a 1 -n tools-%{version} +%setup -q -a 1 -n scummvm-tools-%{version} %build (cd libmad-0.15.1b; grep -v 'force-\(mem\|addr\)' configure > configure.new; mv -f configure.new configure; chmod 700 configure; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) diff --git a/dists/redhat/scummvm-tools.spec.in b/dists/redhat/scummvm-tools.spec.in index 026a665198..56a4000755 100644 --- a/dists/redhat/scummvm-tools.spec.in +++ b/dists/redhat/scummvm-tools.spec.in @@ -31,7 +31,7 @@ Tools for compressing ScummVM datafiles and other related tools. # install scripts #------------------------------------------------------------------------------ %prep -%setup -q -a 1 -n tools-%{version} +%setup -q -a 1 -n scummvm-tools-%{version} %build (cd libmad-0.15.1b; grep -v 'force-\(mem\|addr\)' configure > configure.new; mv -f configure.new configure; chmod 700 configure; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) |