From c842572bf9e9ec6dbc6565d850a08d6246a70e75 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Wed, 29 Aug 2012 02:05:56 +0000 Subject: [PATCH] Drop extra '*' on catalyst-auto-x86. --- tools/catalyst-auto-x86.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 26f82b1f..bef6cb6d 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -56,7 +56,7 @@ pre_build() { post_build() { pushd ${BUILD_SRCDIR_BASE}/default - if [ -f stage3-i[46]86-*${DATESTAMP}*.bz2* ]; then + if [ -f stage3-i[46]86-*${DATESTAMP}*.bz2 ]; then # mkdir ${BUILD_DESTDIR_BASE}/default/${DATESTAMP} # cp stage3-i[46]86-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/default/${DATESTAMP} cp stage3-i[46]86-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/ @@ -68,7 +68,7 @@ post_build() { popd pushd ${BUILD_SRCDIR_BASE}/hardened - if [ -f stage3-i686-*${DATESTAMP}*.bz2* ]; then + if [ -f stage3-i686-*${DATESTAMP}*.bz2 ]; then # mkdir ${BUILD_DESTDIR_BASE}/hardened/${DATESTAMP} # cp stage3-i686-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/hardened/${DATESTAMP} cp stage3-i686-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/hardened/