From 8bc7911a275af8dde3ad4da3a68c3710e16df589 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 16 May 2006 16:16:14 +0000
Subject: [PATCH] new patch for debian build

---
 debian/patches/00_debian-copying.patch | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/patches/00_debian-copying.patch b/debian/patches/00_debian-copying.patch
index a83db9496a..2d5acb6e67 100644
--- a/debian/patches/00_debian-copying.patch
+++ b/debian/patches/00_debian-copying.patch
@@ -2,10 +2,11 @@ Index: Makefile
 ===================================================================
 --- Makefile	(revision 4702)
 +++ Makefile	(working copy)
-@@ -88,7 +88,6 @@
- 		DST=`dirname "$$f"`; \
- 		cp "./po/$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
+@@ -87,7 +87,6 @@
+ 			mkdir -p "$(DESTDIR)$(PREFIX)/share/locale/$$d"; \
+ 		fi; \
  	done
+ 	${MAKE} -C po install PREFIX=$(PREFIX)
 -	cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
 	cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/";
  	mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
-- 
GitLab