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>2005-12-10 13:37:34 +0300
committerYann Leboulanger <asterix@lagaule.org>2005-12-10 13:37:34 +0300
commit9db60f405dda79ed44b5d94e1f32c0bf38d743fe (patch)
treece01c8dcd91ae1791992110ca210998f73ee7b9e /debian/patches
parentf75b0e9490975b5e6366914a0ad0095481b472ad (diff)
fix in debian patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/00_debian-copying.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/00_debian-copying.patch b/debian/patches/00_debian-copying.patch
index c8049d2dd..a83db9496 100644
--- a/debian/patches/00_debian-copying.patch
+++ b/debian/patches/00_debian-copying.patch
@@ -4,12 +4,12 @@ Index: Makefile
+++ Makefile (working copy)
@@ -88,7 +88,6 @@
DST=`dirname "$$f"`; \
- cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
+ cp "./po/$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
done
- cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
+ cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/";
mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
cp data/pixmaps/gajim.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";
- cp data/pixmaps/gajim_about.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";
Index: src/dialogs.py
===================================================================
--- src/dialogs.py (revision 4702)