aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
Diffstat (limited to 'dists')
-rw-r--r--dists/redhat/scummvm-tools.spec2
-rw-r--r--dists/redhat/scummvm-tools.spec.in2
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)