summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-15 09:47:52 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-15 09:47:52 +0100
commitb6678e239f5dc12cc7ca066497650ac20f413b16 (patch)
tree0c383667867c279634dddd5664def017ad518f71
parent095355aeee0f4bed4564031da2322bb486603fef (diff)
mash: fix (only arch)
-rwxr-xr-xmashrepo8
1 files 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