Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/global/files: global-5.9.2-localstatedir.patch
Date: Wed, 01 Sep 2010 13:40:43
Message-Id: 20100901134039.6647720054@flycatcher.gentoo.org
1 jer 10/09/01 13:40:39
2
3 Added: global-5.9.2-localstatedir.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2_rc72/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-util/global/files/global-5.9.2-localstatedir.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/files/global-5.9.2-localstatedir.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/files/global-5.9.2-localstatedir.patch?rev=1.1&content-type=text/plain
14
15 Index: global-5.9.2-localstatedir.patch
16 ===================================================================
17 --- a/htags/Makefile.am 2010-08-30 14:19:04.000000000 +0200
18 +++ b/htags/Makefile.am 2010-09-01 15:19:14.000000000 +0200
19 @@ -27,14 +27,8 @@
20
21 man_MANS = htags.1
22
23 -gtagsdir = ${datadir}/gtags
24 +gtagsdir = ${localstatedir}/gtags
25 gtags_DATA = global.cgi.tmpl ghtml.cgi.tmpl completion.cgi.tmpl bless.sh.tmpl \
26 jscode_suggest.tmpl jscode_treeview.tmpl style.css.tmpl
27 EXTRA_DIST = $(man_MANS) $(gtags_DATA) manual.in global.cgi.tmpl.in completion.cgi.tmpl.in \
28 const.h c.l cpp.l java.l php.l asm.l
29 -install-data-hook:
30 - dir="$(localstatedir)/gtags/sitekeys"; \
31 - if [ ! -d $$dir ]; then \
32 - $(MKDIR_P) $$dir; \
33 - chmod 755 $$dir; \
34 - fi