Author: benm
Date: 2005-04-18 19:41:46 -0400 (Mon, 18 Apr 2005)
New Revision: 43233
Modified:
trunk/release/website/mk-oc.sh
Log:
yum is only for fedora
Modified: trunk/release/website/mk-oc.sh
===================================================================
--- trunk/release/website/mk-oc.sh 2005-04-18 23:36:26 UTC (rev 43232)
+++ trunk/release/website/mk-oc.sh 2005-04-18 23:41:46 UTC (rev 43233)
@@ -61,7 +61,12 @@
echo "AddDistro $DISTRO_STRING $DISTRO" >> $chan/channel.conf
- createrepo $i
+ case $DISTRO in
+ fedora-* )
+ createrepo $i
+ ;;
+ esac
+
done
done
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches