Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/quintuple-agent/files: quintuple-agent-1.0.3-build.patch
Date: Tue, 29 Apr 2008 18:07:11
Message-Id: E1JquEO-00038k-Sa@stork.gentoo.org
1 alonbl 08/04/29 18:07:08
2
3 Added: quintuple-agent-1.0.3-build.patch
4 Log:
5 Fix sandbox violation, bug#219602, thanks to Patrizio Bassi for reporting
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 app-crypt/quintuple-agent/files/quintuple-agent-1.0.3-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/quintuple-agent/files/quintuple-agent-1.0.3-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/quintuple-agent/files/quintuple-agent-1.0.3-build.patch?rev=1.1&content-type=text/plain
13
14 Index: quintuple-agent-1.0.3-build.patch
15 ===================================================================
16 diff -urNp quintuple-agent-1.0.3.org/po/Makefile.in.in quintuple-agent-1.0.3/po/Makefile.in.in
17 --- quintuple-agent-1.0.3.org/po/Makefile.in.in 2001-03-18 10:09:03.000000000 +0200
18 +++ quintuple-agent-1.0.3/po/Makefile.in.in 2008-04-29 20:59:26.000000000 +0300
19 @@ -111,16 +111,16 @@ install-data: install-data-@USE_NLS@
20 install-data-no: all
21 install-data-yes: all
22 if test -r "$(MKINSTALLDIRS)"; then \
23 - $(MKINSTALLDIRS) $(datadir); \
24 + $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
25 else \
26 - $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
27 + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
28 fi
29 @catalogs='$(CATALOGS)'; \
30 for cat in $$catalogs; do \
31 cat=`basename $$cat`; \
32 case "$$cat" in \
33 - *.gmo) destdir=$(gnulocaledir);; \
34 - *) destdir=$(localedir);; \
35 + *.gmo) destdir=$(DESTDIR)/$(gnulocaledir);; \
36 + *) destdir=$(DESTDIR)/$(localedir);; \
37 esac; \
38 lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
39 dir=$$destdir/$$lang/LC_MESSAGES; \
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list