diff options
author | Willem Jan Palenstijn | 2010-10-08 17:41:09 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2010-10-08 17:41:09 +0000 |
commit | 47eb6ec1677b404882b2201ebaee1e6a19b485fc (patch) | |
tree | d4de78410b5b8a0bd7e467e9d65f6f2bae4962c0 /dists | |
parent | b58bbd719cad79445f496828f1a49465481826ee (diff) | |
download | scummvm-rg350-47eb6ec1677b404882b2201ebaee1e6a19b485fc.tar.gz scummvm-rg350-47eb6ec1677b404882b2201ebaee1e6a19b485fc.tar.bz2 scummvm-rg350-47eb6ec1677b404882b2201ebaee1e6a19b485fc.zip |
DISTS/REDHAT: Don't package dxa script in tools
The script is broken and no longer necessary with SMK support.
svn-id: r53076
Diffstat (limited to 'dists')
-rw-r--r-- | dists/redhat/scummvm-tools.spec | 3 | ||||
-rw-r--r-- | dists/redhat/scummvm-tools.spec.in | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec index 98d74196d9..2370468e28 100644 --- a/dists/redhat/scummvm-tools.spec +++ b/dists/redhat/scummvm-tools.spec @@ -37,7 +37,6 @@ Tools for compressing ScummVM datafiles and other related tools. (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) ./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp make -echo -e " This script is installed as\n "%{_datadir}/scummvm-tools/convert_dxa.sh.sample >> README %install install -m755 -d %{buildroot}%{_bindir} @@ -45,7 +44,6 @@ install -m755 -D create_sjisfnt %{buildroot}%{_bindir} install -m755 -D scummvm-tools{,-cli} %{buildroot}%{_bindir} install -m755 -D de{cine,gob,kyra,riven,scumm,sword2} %{buildroot}%{_bindir} install -m755 -D {construct,extract}_mohawk %{buildroot}%{_bindir} -install -m644 -D convert_dxa.sh %{buildroot}%{_datadir}/scummvm-tools/convert_dxa.sh.sample %clean rm -Rf ${RPM_BUILD_ROOT} @@ -60,7 +58,6 @@ rm -Rf ${RPM_BUILD_ROOT} %attr(0755,root,root)%{_bindir}/de* %attr(0755,root,root)%{_bindir}/extract_* %attr(0755,root,root)%{_bindir}/construct_* -%attr(0644,root,root)%{_datadir}/scummvm-tools/convert_dxa.sh.sample #------------------------------------------------------------------------------ # Change Log diff --git a/dists/redhat/scummvm-tools.spec.in b/dists/redhat/scummvm-tools.spec.in index c7d06fa046..f64871486d 100644 --- a/dists/redhat/scummvm-tools.spec.in +++ b/dists/redhat/scummvm-tools.spec.in @@ -37,7 +37,6 @@ Tools for compressing ScummVM datafiles and other related tools. (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) ./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp make -echo -e " This script is installed as\n "%{_datadir}/scummvm-tools/convert_dxa.sh.sample >> README %install install -m755 -d %{buildroot}%{_bindir} @@ -45,7 +44,6 @@ install -m755 -D create_sjisfnt %{buildroot}%{_bindir} install -m755 -D scummvm-tools{,-cli} %{buildroot}%{_bindir} install -m755 -D de{cine,gob,kyra,riven,scumm,sword2} %{buildroot}%{_bindir} install -m755 -D {construct,extract}_mohawk %{buildroot}%{_bindir} -install -m644 -D convert_dxa.sh %{buildroot}%{_datadir}/scummvm-tools/convert_dxa.sh.sample %clean rm -Rf ${RPM_BUILD_ROOT} @@ -60,7 +58,6 @@ rm -Rf ${RPM_BUILD_ROOT} %attr(0755,root,root)%{_bindir}/de* %attr(0755,root,root)%{_bindir}/extract_* %attr(0755,root,root)%{_bindir}/construct_* -%attr(0644,root,root)%{_datadir}/scummvm-tools/convert_dxa.sh.sample #------------------------------------------------------------------------------ # Change Log |