From 7a914b34e13b2ba7fd6d59b5852bbc46d0ca9b1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 17:45:05 +0200 Subject: add uwsgi-plugin-php --- mashrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mashrepo') diff --git a/mashrepo b/mashrepo index baf78a0a..fabdde3d 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*$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 -- cgit