From b6678e239f5dc12cc7ca066497650ac20f413b16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Feb 2017 09:47:52 +0100 Subject: mash: fix (only arch) --- mashrepo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mashrepo b/mashrepo index 0dd6e7d1..08ec0ff1 100755 --- a/mashrepo +++ b/mashrepo @@ -38,7 +38,7 @@ done function mash54() { echo "Mashing php54 $2 $3" - for rpm in $1/remi/$2/php-*5.4*rpm; do + for rpm in $1/remi/$2/php-*5.4*$3.rpm; do copy=${rpm/remi/php54} if [ -f $copy ] then @@ -65,9 +65,9 @@ done export debug -mash54 enterprise/7 x86_64 -mash54 enterprise/6 i386 -mash54 enterprise/6 x86_64 +mash54 enterprise/7 x86_64 x86_64 +mash54 enterprise/6 i386 i686 +mash54 enterprise/6 x86_64 x86_64 mashit mashinfo.el7 enterprise/7 x86_64 mashit mashinfo.el6 enterprise/6 i386 mashit mashinfo.el6 enterprise/6 x86_64 -- cgit