~ubuntu-branches/ubuntu/quantal/sgt-puzzles/quantal

« back to all changes in this revision

Viewing changes to debian/patches/301_fix-install-dirs.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2011-03-01 04:16:54 UTC
  • mfrom: (1.2.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20110301041654-949qy9qrroziy7vq
* New upstream version:
  - Add Range and Signpost puzzles
  - Use stock icons and conventional order for dialog buttons
  - Use Cairo for screen rendering
* Update German translation, thanks to Helge Kreutzmann
* Remove or update patches applied or partially applied upstream
* Use Debian source format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Set installation directories according to FHS.
2
2
 
3
 
--- trunk.orig/mkfiles.pl
4
 
+++ trunk/mkfiles.pl
5
 
@@ -1117,12 +1117,12 @@
 
3
--- sgt-puzzles.orig/mkfiles.pl
 
4
+++ sgt-puzzles/mkfiles.pl
 
5
@@ -1123,12 +1123,12 @@
6
6
     "INSTALL=install\n",
7
7
     "INSTALL_PROGRAM=\$(INSTALL)\n",
8
8
     "INSTALL_DATA=\$(INSTALL)\n",
15
15
-    "mandir=\$(prefix)/man\n",
16
16
+    "mandir=\$(sharedir)/man\n",
17
17
     "man1dir=\$(mandir)/man1\n",
 
18
     "CFLAGS += -DSHAREDIR=\"\\\"\$(sharedir)\\\"\"\n",
18
19
     "\n";
19
 
     print &splitline("all:" . join "", map { " $_" } &progrealnames("X:U"));