Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Wed, 29 Aug 2012 02:09:07
Message-Id: 1346205956.c842572bf9e9ec6dbc6565d850a08d6246a70e75.jmbsvicetto@gentoo
1 commit: c842572bf9e9ec6dbc6565d850a08d6246a70e75
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 02:05:56 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 02:05:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=c842572b
7
8 Drop extra '*' on catalyst-auto-x86.
9
10 ---
11 tools/catalyst-auto-x86.conf | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
15 index 26f82b1..bef6cb6 100644
16 --- a/tools/catalyst-auto-x86.conf
17 +++ b/tools/catalyst-auto-x86.conf
18 @@ -56,7 +56,7 @@ pre_build() {
19
20 post_build() {
21 pushd ${BUILD_SRCDIR_BASE}/default
22 - if [ -f stage3-i[46]86-*${DATESTAMP}*.bz2* ]; then
23 + if [ -f stage3-i[46]86-*${DATESTAMP}*.bz2 ]; then
24 # mkdir ${BUILD_DESTDIR_BASE}/default/${DATESTAMP}
25 # cp stage3-i[46]86-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/default/${DATESTAMP}
26 cp stage3-i[46]86-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/
27 @@ -68,7 +68,7 @@ post_build() {
28 popd
29
30 pushd ${BUILD_SRCDIR_BASE}/hardened
31 - if [ -f stage3-i686-*${DATESTAMP}*.bz2* ]; then
32 + if [ -f stage3-i686-*${DATESTAMP}*.bz2 ]; then
33 # mkdir ${BUILD_DESTDIR_BASE}/hardened/${DATESTAMP}
34 # cp stage3-i686-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/hardened/${DATESTAMP}
35 cp stage3-i686-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/hardened/