Update of /cvsroot/fink/web/download
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23308/web/download

Modified Files:
        10.7-upgrade.en.php 
Log Message:
Updated instructions


Index: 10.7-upgrade.en.php
===================================================================
RCS file: /cvsroot/fink/web/download/10.7-upgrade.en.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 10.7-upgrade.en.php 22 Dec 2012 02:17:28 -0000      1.2
+++ 10.7-upgrade.en.php 2 Jan 2013 03:02:07 -0000       1.3
@@ -21,12 +21,7 @@
 (32 or 64 bit) and saves them for later use during the Fink install on 10.7</p>
 <p>To collect the list of packages, follow the sequence below:</p>
 <ol>
-    <li>Before installing OS X 10.7, run <pre>fink selfupdate</pre> with rsync 
or cvs updating turned on, i.e. use <pre>fink selfupdate-rsync</pre> or 
<pre>fink selfupdate-cvs</pre>, to bring <em>fink</em> to a current version.<br>
-    Use <pre>fink -V</pre> to check your package manager version, which needs 
to be at least 0.31.0 before updating.<br>
-    <strong>Do not proceed if your package manager version is not at least 
0.31.0!</strong>.
-    </li>
-    <li>Collect the list of installed packages with the following command: 
<pre>dpkg --get-selections | cut -f1 > fink_packages.txt</pre> before updating 
to 10.7 to dump the package names to a text file.</li>
-    <li>If you have updated already, then use:  <pre>grep -B1 "install ok 
installed" /sw/var/lib/dpkg/status | grep Package | cut -d: -f2 > 
fink_packages.txt</pre> to dump your package information.</li>
+    <li>Use <pre>grep -B1 "install ok installed" /sw/var/lib/dpkg/status | 
grep Package | cut -d: -f2 > fink_packages.txt</pre> to dump your package 
information to a file.</li>
     <li>Install OS X 10.7, as well as Xcode 4.5.2, or the Command Line Tools 
at minimum.</li>
     <li>Clear out your Fink tree by using <pre>sudo rm -rf /sw</pre>, for 
example.</li>
     <li><a href="./srcdist.php">Install Fink</a> on your new 10.7 system.</li>


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to