From 9db60f405dda79ed44b5d94e1f32c0bf38d743fe Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 10 Dec 2005 10:37:34 +0000 Subject: [PATCH] fix in debian patch --- debian/patches/00_debian-copying.patch | 4 ++-- 1 file 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)