Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xnee/files: xnee-3.02-destdir.patch
Date: Sun, 03 Feb 2008 18:07:00
Message-Id: E1JLjEk-0006xk-KZ@stork.gentoo.org
1 drac 08/02/03 18:06:38
2
3 Added: xnee-3.02-destdir.patch
4 Log:
5 Version bump with keyword for ~amd64.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.1 x11-misc/xnee/files/xnee-3.02-destdir.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnee/files/xnee-3.02-destdir.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnee/files/xnee-3.02-destdir.patch?rev=1.1&content-type=text/plain
13
14 Index: xnee-3.02-destdir.patch
15 ===================================================================
16 diff -ur xnee-3.02.orig/doc/Makefile.in xnee-3.02/doc/Makefile.in
17 --- xnee-3.02.orig/doc/Makefile.in 2007-10-30 10:56:57.000000000 +0200
18 +++ xnee-3.02/doc/Makefile.in 2008-02-03 19:48:14.000000000 +0200
19 @@ -623,8 +623,8 @@
20 ${IMG_JPG}: ${IMG_EPS}
21
22 install:
23 - mkdir -p $(docdir)
24 - cp $(MANUALS) $(GEN_IMAGES_TO_INSTALL) $(docdir)/
25 + mkdir -p $(DESTDIR)$(docdir)
26 + cp $(MANUALS) $(GEN_IMAGES_TO_INSTALL) $(DESTDIR)$(docdir)/
27
28 api-doc: xnee.dox
29 \rm -fr alldocs/
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list