Author: ranger
Date: Wed Aug  2 17:25:15 2006
New Revision: 255

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=255&repname=user%3a+ranger>
Log:
no more 10.4-t officially

Modified:
    trunk/experimental/tounstable.sh

Modified: trunk/experimental/tounstable.sh
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/tounstable.sh&rev=255&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/tounstable.sh (original)
+++ trunk/experimental/tounstable.sh Wed Aug  2 17:25:15 2006
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 for FILE in "$@"; do
-       for RELEASE in 10.3 10.4-transitional 10.4; do
+       for RELEASE in 10.3 10.4; do
                RELEASEFILE=`echo $FILE | sed -e "s,^common/,${RELEASE}/,"`
                if [ -f "$RELEASEFILE" ]; then
                        TOFILE=`echo $RELEASEFILE | sed -e 
"s,^${RELEASE}/,/sw/fink/${RELEASE}/unstable/,"`


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to