Package: greed / 3.10-1

greed.xml.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: This patch update the
 location of docbookx.dtd and the
 place where the high scores file
 is stored.
Forwarded: not-needed
Author: Pierre Machard <pmachard@debian.org>
Last-Update: 2013-06-05

Index: greed/greed.xml
===================================================================
--- greed.orig/greed.xml
+++ greed/greed.xml
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE refentry PUBLIC 
    "-//OASIS//DTD DocBook XML V4.1.2//EN"
-   "docbook/docbookx.dtd">
+   "/usr/share/xml/docbook/schema/dtd/4.1.2/docbookx.dtd"
+   >
 <refentry id='greed.6'>
 <refmeta>
 <refentrytitle>greed</refentrytitle>
@@ -76,7 +77,7 @@ defined.</para>
 <refsect1 id='files'><title>FILES</title>
 <variablelist remap='TP'>
 <varlistentry>
-<term>/usr/lib/games/greed.hs</term>
+<term>/var/games/greed/greed.hs</term>
 <listitem>
 <para>Default location of Greed high scores.</para>
 </listitem>