diff options
author | Willem Jan Palenstijn | 2011-07-04 11:18:00 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-07-10 19:01:01 +0200 |
commit | 0d02cc0ef5efe1ed3d16904f6622fa9cd520be1d (patch) | |
tree | 0e255378b6e2503ac8fd6723152265a2afb866f8 | |
parent | 18cbb63cba75c41602bd54d7796d6e0f21e7fa61 (diff) | |
download | scummvm-rg350-0d02cc0ef5efe1ed3d16904f6622fa9cd520be1d.tar.gz scummvm-rg350-0d02cc0ef5efe1ed3d16904f6622fa9cd520be1d.tar.bz2 scummvm-rg350-0d02cc0ef5efe1ed3d16904f6622fa9cd520be1d.zip |
REDHAT: Update list of packaged data files
(cherry picked from commit 97674b66b8f71f3128f5e0b243b44a018529ff11)
-rw-r--r-- | dists/redhat/scummvm.spec | 4 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index 777e0afc8a..cd51f45c0a 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -68,6 +68,8 @@ install -m644 -D dists/engine-data/queen.tbl %{buildroot}%{_datadir}/scummvm/que install -m644 -D dists/engine-data/sky.cpt %{buildroot}%{_datadir}/scummvm/sky.cpt install -m644 -D dists/engine-data/drascula.dat %{buildroot}%{_datadir}/scummvm/drascula.dat install -m644 -D dists/engine-data/teenagent.dat %{buildroot}%{_datadir}/scummvm/teenagent.dat +install -m644 -D dists/engine-data/hugo.dat %{buildroot}%{_datadir}/scummvm/hugo.dat +install -m644 -D dists/engine-data/toon.dat %{buildroot}%{_datadir}/scummvm/toon.dat desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop %clean @@ -105,6 +107,8 @@ fi %{_datadir}/scummvm/lure.dat %{_datadir}/scummvm/drascula.dat %{_datadir}/scummvm/teenagent.dat +%{_datadir}/scummvm/hugo.dat +%{_datadir}/scummvm/toon.dat %{_mandir}/man6/scummvm.6* #------------------------------------------------------------------------------ diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in index 13ce600d02..838a05411a 100644 --- a/dists/redhat/scummvm.spec.in +++ b/dists/redhat/scummvm.spec.in @@ -68,6 +68,8 @@ install -m644 -D dists/engine-data/queen.tbl %{buildroot}%{_datadir}/scummvm/que install -m644 -D dists/engine-data/sky.cpt %{buildroot}%{_datadir}/scummvm/sky.cpt install -m644 -D dists/engine-data/drascula.dat %{buildroot}%{_datadir}/scummvm/drascula.dat install -m644 -D dists/engine-data/teenagent.dat %{buildroot}%{_datadir}/scummvm/teenagent.dat +install -m644 -D dists/engine-data/hugo.dat %{buildroot}%{_datadir}/scummvm/hugo.dat +install -m644 -D dists/engine-data/toon.dat %{buildroot}%{_datadir}/scummvm/toon.dat desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop %clean @@ -105,6 +107,8 @@ fi %{_datadir}/scummvm/lure.dat %{_datadir}/scummvm/drascula.dat %{_datadir}/scummvm/teenagent.dat +%{_datadir}/scummvm/hugo.dat +%{_datadir}/scummvm/toon.dat %{_mandir}/man6/scummvm.6* #------------------------------------------------------------------------------ |