summaryrefslogtreecommitdiffstats
path: root/mashrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mashrepo')
-rwxr-xr-xmashrepo3
1 files changed, 3 insertions, 0 deletions
diff --git a/mashrepo b/mashrepo
index fdfe2a17..47736bef 100755
--- a/mashrepo
+++ b/mashrepo
@@ -42,6 +42,9 @@ do
elif [[ "^${name}" =~ "^php83" ]]
then
ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php84" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
else
if [ $debug = 1 ]
then echo " $rpm (ignored)"