[Xword-commits] r26 - trunk

terrencegf at garage.maemo.org terrencegf at garage.maemo.org
Tue Apr 22 04:56:25 EEST 2008


Author: terrencegf
Date: 2008-04-22 04:56:23 +0300 (Tue, 22 Apr 2008)
New Revision: 26

Modified:
   trunk/README.txt
Log:
Changed the "find" command and added instructions if the user checked out
code to "/home/user", which is what xword.pypackager expects.


Modified: trunk/README.txt
===================================================================
--- trunk/README.txt	2008-04-22 01:49:08 UTC (rev 25)
+++ trunk/README.txt	2008-04-22 01:56:23 UTC (rev 26)
@@ -11,7 +11,7 @@
 (2) Delete all of the .svn subdirectories so they don't get installed
     by the newly generated .deb:
 
-    find . -name .svn | xargs rm -rf
+    find trunk/root -name .svn | xargs rm -rf
 
 (3) Start PyPackager and open the file "trunk/debian/xword.pypackager".  To do
     this, click the small Open Folder icon in the lower left corner.  This
@@ -20,11 +20,13 @@
 
 (4) You will now be back in the main PyPackager window.  Select the "General"
     tab if it isn't already selected.  At the bottom of that window you will
-    see "Source Folder:".  The selection there is probably incorrect since you
-    may have checked out the subversion code to a different directory.  Click
-    on the "Open" button and navigate to the "/trunk/root/" directory.  You
-    will know you are in the correct folder when you see a single folder "usr"
-    in the right pane.  Click the "Open" at the bottom of the screen.
+    see "Source Folder:".  If you checked out the code to the "/home/user"
+    folder, the path in that box is correct.   However, if you checked out the
+    code to a different folder, you will need to change this value.  To do
+    this, click on the "Open" button and navigate to the "/trunk/root/"
+    directory.  You will know you are in the correct folder when you see a
+    single folder "usr" in the right pane.  Click the "Open" at the bottom of
+    the screen.
 
 (4) Click the build button at the bottom of the window.  It looks like three
     small gears.  The process will take a few seconds and you won't see any



More information about the Xword-commits mailing list