mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Change path back from tools-VERSION to scummvm-tools-VERSION due to tools rerelease
svn-id: r48510
This commit is contained in:
parent
753a73be29
commit
703687a9e8
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user