summaryrefslogtreecommitdiffstats
path: root/mashrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mashrepo')
-rwxr-xr-xmashrepo7
1 files changed, 7 insertions, 0 deletions
diff --git a/mashrepo b/mashrepo
index d537e521..6e55a850 100755
--- a/mashrepo
+++ b/mashrepo
@@ -15,6 +15,7 @@ fi
[ $debug = 1 ] && echo " find $where -name \*rpm $options"
+name=
find $where -name \*rpm $options | while read rpm
do
name=$(rpm -qp --qf "%{NAME}" $rpm)
@@ -45,6 +46,12 @@ do
elif [[ "^${name}" =~ "^php84" ]]
then
ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php85" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php86" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
else
if [ $debug = 1 ]
then echo " $rpm (ignored)"