aboutsummaryrefslogtreecommitdiff
path: root/dists/redhat
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2010-09-17 15:57:35 +0000
committerWillem Jan Palenstijn2010-09-17 15:57:35 +0000
commita4383817d3c365e1e5bd63f86b37b87bccaf125d (patch)
tree94271e7595e5ce090d4dc8f4d291021ab4bef686 /dists/redhat
parent8bf677716350c8a4c7b1009b9f97db56ca2e534f (diff)
downloadscummvm-rg350-a4383817d3c365e1e5bd63f86b37b87bccaf125d.tar.gz
scummvm-rg350-a4383817d3c365e1e5bd63f86b37b87bccaf125d.tar.bz2
scummvm-rg350-a4383817d3c365e1e5bd63f86b37b87bccaf125d.zip
DISTS/FEDORA: package create_sjisfnt tool
svn-id: r52765
Diffstat (limited to 'dists/redhat')
-rw-r--r--dists/redhat/scummvm-tools.spec2
-rw-r--r--dists/redhat/scummvm-tools.spec.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec
index 5721233ff6..c43c4ff884 100644
--- a/dists/redhat/scummvm-tools.spec
+++ b/dists/redhat/scummvm-tools.spec
@@ -41,6 +41,7 @@ echo -e " This script is installed as\n "%{_datadi
%install
install -m755 -d %{buildroot}%{_bindir}
+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}
@@ -55,6 +56,7 @@ rm -Rf ${RPM_BUILD_ROOT}
%files
%doc README COPYING
%attr(0755,root,root)%{_bindir}/scummvm*
+%attr(0755,root,root)%{_bindir}/create_sjisfnt
%attr(0755,root,root)%{_bindir}/de*
%attr(0755,root,root)%{_bindir}/extract_*
%attr(0755,root,root)%{_bindir}/construct_*
diff --git a/dists/redhat/scummvm-tools.spec.in b/dists/redhat/scummvm-tools.spec.in
index 56a4000755..c7d06fa046 100644
--- a/dists/redhat/scummvm-tools.spec.in
+++ b/dists/redhat/scummvm-tools.spec.in
@@ -41,6 +41,7 @@ echo -e " This script is installed as\n "%{_datadi
%install
install -m755 -d %{buildroot}%{_bindir}
+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}
@@ -55,6 +56,7 @@ rm -Rf ${RPM_BUILD_ROOT}
%files
%doc README COPYING
%attr(0755,root,root)%{_bindir}/scummvm*
+%attr(0755,root,root)%{_bindir}/create_sjisfnt
%attr(0755,root,root)%{_bindir}/de*
%attr(0755,root,root)%{_bindir}/extract_*
%attr(0755,root,root)%{_bindir}/construct_*