fix in debian patch
This commit is contained in:
parent
f75b0e9490
commit
9db60f405d
1 changed files with 2 additions and 2 deletions
4
debian/patches/00_debian-copying.patch
vendored
4
debian/patches/00_debian-copying.patch
vendored
|
@ -4,12 +4,12 @@ Index: Makefile
|
||||||
+++ Makefile (working copy)
|
+++ Makefile (working copy)
|
||||||
@@ -88,7 +88,6 @@
|
@@ -88,7 +88,6 @@
|
||||||
DST=`dirname "$$f"`; \
|
DST=`dirname "$$f"`; \
|
||||||
cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
|
cp "./po/$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
|
||||||
done
|
done
|
||||||
- cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
|
- cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
|
||||||
|
cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/";
|
||||||
mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
|
mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
|
||||||
cp data/pixmaps/gajim.png "$(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
|
Index: src/dialogs.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/dialogs.py (revision 4702)
|
--- src/dialogs.py (revision 4702)
|
||||||
|
|
Loading…
Add table
Reference in a new issue