diff options
-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 |