Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass/ELT-patches/install-sh: 1.5.4 1.5.6
Date: Tue, 23 Oct 2007 11:27:17
Message-Id: E1IkHui-0003oJ-6I@stork.gentoo.org
1 uberlord 07/10/23 11:27:12
2
3 Modified: 1.5.4
4 Added: 1.5.6
5 Log:
6 Fix -jX for libtool 1.5.6, #196728
7
8 Revision Changes Path
9 1.2 eclass/ELT-patches/install-sh/1.5.4
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/install-sh/1.5.4?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/install-sh/1.5.4?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/install-sh/1.5.4?r1=1.1&r2=1.2
14
15 Index: 1.5.4
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/ELT-patches/install-sh/1.5.4,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 1.5.4 14 Sep 2007 11:37:09 -0000 1.1
22 +++ 1.5.4 23 Oct 2007 11:27:11 -0000 1.2
23 @@ -1,4 +1,3 @@
24 -diff -ur install-sh install-sh
25 --- install-sh 2006-03-25 20:04:46 +0000
26 +++ install-sh 2007-09-14 10:53:29 +0100
27 @@ -246,7 +246,7 @@
28
29
30
31 1.1 eclass/ELT-patches/install-sh/1.5.6
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/install-sh/1.5.6?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/install-sh/1.5.6?rev=1.1&content-type=text/plain
35
36 Index: 1.5.6
37 ===================================================================
38 --- install-sh 2007-10-23 12:10:41 +0100
39 +++ install-sh 2007-10-23 12:12:06 +0100
40 @@ -240,7 +240,7 @@
41 fi
42
43 if test -n "$dir_arg"; then
44 - $doit $instcmd "$dst" \
45 + { test -d "$dst" || $doit $instcmd "$dst"; } \
46 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
47 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
48 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
49
50
51
52 --
53 gentoo-commits@g.o mailing list