diff options
author | rubidium <rubidium@openttd.org> | 2011-11-14 21:39:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-14 21:39:14 +0000 |
commit | 387e410f3e7898cadec041f2849bc949810544bb (patch) | |
tree | aba21e7a083360b9a792608ffdbb09cb0685f519 /os/rpm | |
parent | 79b82b56a8bf3faf7733afe02470c20ce3cbfa47 (diff) | |
download | openttd-387e410f3e7898cadec041f2849bc949810544bb.tar.xz |
(svn r23221) -Codechange: update the documentation and installers regarding the new directories
Diffstat (limited to 'os/rpm')
-rw-r--r-- | os/rpm/openttd.spec | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index 00de72dc0..85f0498d3 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -117,7 +117,7 @@ way it is possible to install a openttd version without SDL requirement. %setup -qn openttd%{?branch:-%{branch}}-%{srcver} # we build the grfs from sources but validate the result with the existing data -md5sum bin/data/* > validate.data +md5sum bin/baseset/* > validate.data %build ./configure \ @@ -183,16 +183,14 @@ md5sum -c validate.data %dir %{_datadir}/doc/%{binname} %dir %{_datadir}/%{binname} %dir %{_datadir}/%{binname}/lang -%dir %{_datadir}/%{binname}/data -%dir %{_datadir}/%{binname}/gm +%dir %{_datadir}/%{binname}/baseset %dir %{_datadir}/%{binname}/scripts %dir %{_datadir}/%{binname}/ai %{_datadir}/doc/%{binname}/* %{_datadir}/%{binname}/lang/* -%{_datadir}/%{binname}/data/* +%{_datadir}/%{binname}/baseset/* %{_datadir}/%{binname}/scripts/* %{_datadir}/%{binname}/ai/* -%{_datadir}/%{binname}/gm/* %doc %{_mandir}/man6/%{binname}.6.* %endif |