aboutsummaryrefslogtreecommitdiff
path: root/dists/redhat
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2010-04-03 15:16:32 +0000
committerWillem Jan Palenstijn2010-04-03 15:16:32 +0000
commit48dcdde45aa21614670c057a9ea31110f6bdb613 (patch)
tree87b0075f765bd9dc459ff9d006a97e7303181f6b /dists/redhat
parentdf984a011e963617cb8189c737d4d8673d7bcdcb (diff)
downloadscummvm-rg350-48dcdde45aa21614670c057a9ea31110f6bdb613.tar.gz
scummvm-rg350-48dcdde45aa21614670c057a9ea31110f6bdb613.tar.bz2
scummvm-rg350-48dcdde45aa21614670c057a9ea31110f6bdb613.zip
Add teenagent.dat to .rpm
svn-id: r48493
Diffstat (limited to 'dists/redhat')
-rw-r--r--dists/redhat/scummvm.spec2
-rw-r--r--dists/redhat/scummvm.spec.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec
index d95b1d006a..1212e8b61b 100644
--- a/dists/redhat/scummvm.spec
+++ b/dists/redhat/scummvm.spec
@@ -66,6 +66,7 @@ install -m644 -D dists/engine-data/lure.dat %{buildroot}%{_datadir}/scummvm/lure
install -m644 -D dists/engine-data/queen.tbl %{buildroot}%{_datadir}/scummvm/queen.tbl
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
desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop
%clean
@@ -87,6 +88,7 @@ rm -Rf ${RPM_BUILD_ROOT}
%{_datadir}/scummvm/sky.cpt
%{_datadir}/scummvm/lure.dat
%{_datadir}/scummvm/drascula.dat
+%{_datadir}/scummvm/teenagent.dat
%{_mandir}/man6/scummvm.6*
#------------------------------------------------------------------------------
diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in
index 1956918720..89bb7692fb 100644
--- a/dists/redhat/scummvm.spec.in
+++ b/dists/redhat/scummvm.spec.in
@@ -66,6 +66,7 @@ install -m644 -D dists/engine-data/lure.dat %{buildroot}%{_datadir}/scummvm/lure
install -m644 -D dists/engine-data/queen.tbl %{buildroot}%{_datadir}/scummvm/queen.tbl
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
desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop
%clean
@@ -87,6 +88,7 @@ rm -Rf ${RPM_BUILD_ROOT}
%{_datadir}/scummvm/sky.cpt
%{_datadir}/scummvm/lure.dat
%{_datadir}/scummvm/drascula.dat
+%{_datadir}/scummvm/teenagent.dat
%{_mandir}/man6/scummvm.6*
#------------------------------------------------------------------------------