diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-15 09:47:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-15 09:47:52 +0100 |
commit | b6678e239f5dc12cc7ca066497650ac20f413b16 (patch) | |
tree | 0c383667867c279634dddd5664def017ad518f71 | |
parent | 095355aeee0f4bed4564031da2322bb486603fef (diff) |
mash: fix (only arch)
-rwxr-xr-x | mashrepo | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |