From 703687a9e83ce04c71f1b02e6dc64ec22d79d70d Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sun, 4 Apr 2010 11:53:19 +0000 Subject: Change path back from tools-VERSION to scummvm-tools-VERSION due to tools rerelease svn-id: r48510 --- dists/redhat/scummvm-tools.spec | 2 +- dists/redhat/scummvm-tools.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dists') 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) -- cgit v1.2.3