[or-cvs] r18880: {torvm} Copy vidalia-intl.msi to the right place. Be more verbose wh (torvm/trunk/build/win32/files)

coderman at seul.org coderman at seul.org
Wed Mar 11 11:09:45 UTC 2009


Author: coderman
Date: 2009-03-11 07:09:45 -0400 (Wed, 11 Mar 2009)
New Revision: 18880

Modified:
   torvm/trunk/build/win32/files/buildall.sh
Log:
Copy vidalia-intl.msi to the right place. Be more verbose when linking multi-lingual packages.

Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh	2009-03-11 10:55:21 UTC (rev 18879)
+++ torvm/trunk/build/win32/files/buildall.sh	2009-03-11 11:09:45 UTC (rev 18880)
@@ -1177,6 +1177,9 @@
       done
       if [ -f $BASEMSI ]; then
         cp $BASEMSI ../pkg/
+        cp $BASEMSI $bundledir
+        echo "Completed multi-lingual package transforms for $BASEMSI"
+        ls -l $BASEMSI
       fi
     fi
   fi
@@ -1295,6 +1298,8 @@
   fi
   if [ -f "$BASEMSI" ]; then
     cp "$BASEMSI" $bundledir
+    echo "Completed multi-lingual package transforms for $BASEMSI"
+    ls -l "$BASEMSI"
   fi
   mv bin lib state torvm.exe Tor_VM/
   mv save-bin bin
@@ -1348,6 +1353,8 @@
   fi
   if [ -f "$BASEMSI" ]; then
     cp "$BASEMSI" $bundledir
+    echo "Completed multi-lingual package transforms for $BASEMSI"
+    ls -l "$BASEMSI"
   fi
 
   echo "Linking polipo MSI installer package ..."
@@ -1398,6 +1405,8 @@
   fi
   if [ -f "$BASEMSI" ]; then
     cp "$BASEMSI" $bundledir
+    echo "Completed multi-lingual package transforms for $BASEMSI"
+    ls -l "$BASEMSI"
   fi
 
   if [ -f /src/$TORBUTTON_FILE ]; then
@@ -1450,6 +1459,8 @@
     fi
     if [ -f "$BASEMSI" ]; then
       cp "$BASEMSI" $bundledir
+      echo "Completed multi-lingual package transforms for $BASEMSI"
+      ls -l "$BASEMSI"
     fi
   fi
 
@@ -1501,6 +1512,8 @@
   fi
   if [ -f "$BASEMSI" ]; then
     cp "$BASEMSI" $bundledir
+    echo "Completed multi-lingual package transforms for $BASEMSI"
+    ls -l "$BASEMSI"
   fi
 
   echo "Creating Tor VM bundle installer executable ..."



More information about the tor-commits mailing list