[SCM] gwc/master: Fix HELPDIR too.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Mar 4 13:33:51 UTC 2011


The following commit has been merged in the master branch:
commit 8c78c0aa8ef40a5fe35ae0f98c438031a73354b4
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Mar 4 14:33:47 2011 +0100

    Fix HELPDIR too.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index 8c80818..df186ab 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -4,14 +4,14 @@ Reviewed-by: Alessio Treglia <alessio at debian.org>
 Last-Update: 2011-03-04
 Forwarded: no
 ---
- Makefile.in  |   12 ++++++------
+ Makefile.in  |   14 +++++++-------
  configure    |    2 +-
  configure.in |    2 +-
- 3 files changed, 8 insertions(+), 8 deletions(-)
+ 3 files changed, 9 insertions(+), 9 deletions(-)
 
 --- gwc.orig/Makefile.in
 +++ gwc/Makefile.in
-@@ -1,13 +1,13 @@
+@@ -1,16 +1,16 @@
  prefix = @prefix@
  exec_prefix = @exec_prefix@
  
@@ -29,7 +29,11 @@ Forwarded: no
 +GNOME = $(DESTDIR)/@GNOME_BASE@
  
  pixmapdir = $(DATADIR)/pixmaps
- HELPDIR = ${prefix}/$(GNOME)/share/gnome/help/$(APPNAME)
+-HELPDIR = ${prefix}/$(GNOME)/share/gnome/help/$(APPNAME)
++HELPDIR = $(DESTDIR)/${prefix}/$(GNOME)/share/gnome/help/$(APPNAME)
+ HELPDIRC = $(HELPDIR)/C
+ DOCDIR = $(DATADIR)/doc/gwc
+ 
 @@ -60,7 +60,7 @@ install : gwc
  	install -d $(DOCDIR)
  	install -d $(pixmapdir)

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list