summaryrefslogtreecommitdiffstats
path: root/mashrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mashrepo')
-rwxr-xr-xmashrepo17
1 files changed, 16 insertions, 1 deletions
diff --git a/mashrepo b/mashrepo
index 08ec0ff1..baf78a0a 100755
--- a/mashrepo
+++ b/mashrepo
@@ -51,6 +51,21 @@ function mash54() {
done
}
+function mashgd() {
+ echo "Mashing GD in Fedora repo"
+ for rpm in fedora/*/remi/i386/gd*; do
+ copy=${rpm/i386/x86_64}
+ if [ -f $copy ]
+ then
+ if [ $debug = 1 ]
+ then echo " $rpm (ok)"
+ fi
+ else
+ ln $rpm $copy && echo "+ $rpm"
+ fi
+ done
+}
+
debug=0
for opt in $*
do
@@ -64,7 +79,7 @@ do
done
export debug
-
+mashgd
mash54 enterprise/7 x86_64 x86_64
mash54 enterprise/6 i386 i686
mash54 enterprise/6 x86_64 x86_64