new patch for debian build

This commit is contained in:
Yann Leboulanger 2006-05-16 16:16:14 +00:00
parent c4d7ec992a
commit 8bc7911a27
1 changed files with 4 additions and 3 deletions

View File

@ -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";