Change path back from tools-VERSION to scummvm-tools-VERSION due to tools rerelease

svn-id: r48510
This commit is contained in:
Willem Jan Palenstijn 2010-04-04 11:53:19 +00:00
parent 753a73be29
commit 703687a9e8
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)