Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-05-16 20:16:14 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-05-16 20:16:14 +0400
commit8bc7911a275af8dde3ad4da3a68c3710e16df589 (patch)
treec1e9298a2fbf98a3a0bfe52cfe7d5b6247a05383 /debian/patches
parentc4d7ec992a32e3250836412daf53a617aeb79dde (diff)
new patch for debian build
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/00_debian-copying.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/patches/00_debian-copying.patch b/debian/patches/00_debian-copying.patch
index a83db9496..2d5acb6e6 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";