diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-21 17:45:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-21 17:45:05 +0200 |
commit | 7a914b34e13b2ba7fd6d59b5852bbc46d0ca9b1b (patch) | |
tree | 7ebc0421cf42d96e3e96f7bb5194d11c7bc2a3de /mashrepo | |
parent | d1823cc08d215f28720c7c5dd22cee36293dddd4 (diff) |
add uwsgi-plugin-php
Diffstat (limited to 'mashrepo')
-rwxr-xr-x | mashrepo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ done function mash54() { echo "Mashing php54 $2 $3" - for rpm in $1/remi/$2/php-*5.4*$3.rpm; do + for rpm in $1/remi/$2/php-*5.4*$3.rpm $1/remi/$2/uwsgi-*5.4*$3.rpm; do copy=${rpm/remi/php54} if [ -f $copy ] then |