summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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