diff options
Diffstat (limited to 'dists/redhat/scummvm-tools.spec')
-rw-r--r-- | dists/redhat/scummvm-tools.spec | 2 |
1 files changed, 1 insertions, 1 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) |