gnome-games r7135 - in trunk: . glchess glchess/src gnome-sudoku gnome-sudoku/src



Author: andreasr
Date: Fri Jan 11 22:08:55 2008
New Revision: 7135
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7135&view=rev

Log:
Let autogen set executable permissions on the glchess and sudoku executable scripts.


Modified:
   trunk/ChangeLog
   trunk/glchess/README
   trunk/glchess/src/Makefile.am
   trunk/gnome-sudoku/README
   trunk/gnome-sudoku/src/Makefile.am

Modified: trunk/glchess/README
==============================================================================
--- trunk/glchess/README	(original)
+++ trunk/glchess/README	Fri Jan 11 22:08:55 2008
@@ -31,7 +31,13 @@
 Optionally you can install CECP compatible AIs - glChess will detect the ones
 it can use.
 
-4. License
+4. Running glChess from source
+
+To execute glChess from the source tarball:
+- First run ./configure && make
+- Then run this command in the glChess directory: ./src/glchess
+
+5. License
 
 glChess is released under the GNU General Public License. In short, you may
 copy this program (including source) freely, but see the COPYING file for

Modified: trunk/glchess/src/Makefile.am
==============================================================================
--- trunk/glchess/src/Makefile.am	(original)
+++ trunk/glchess/src/Makefile.am	Fri Jan 11 22:08:55 2008
@@ -11,3 +11,4 @@
 	sed \
 		-e "s|\ pyexecdir\@|$(pyexecdir)|" \
 	    	$< > $@
+	if test -f $@; then chmod u+x $@; fi

Modified: trunk/gnome-sudoku/README
==============================================================================
--- trunk/gnome-sudoku/README	(original)
+++ trunk/gnome-sudoku/README	Fri Jan 11 22:08:55 2008
@@ -10,3 +10,7 @@
 that is not unique, this is a bug.
 
 See the FAQ for some more information on sudoku itself and the game.
+
+To execute gnome-sudoku from the source tarball:
+- First run ./configure && make
+- Then run this command in the gnome-sudoku directory: ./src/gnome-sudoku

Modified: trunk/gnome-sudoku/src/Makefile.am
==============================================================================
--- trunk/gnome-sudoku/src/Makefile.am	(original)
+++ trunk/gnome-sudoku/src/Makefile.am	Fri Jan 11 22:08:55 2008
@@ -11,3 +11,4 @@
 	sed \
 		-e "s|\ pyexecdir\@|$(pyexecdir)|" \
 	    	$< > $@
+	if test -f $@; then chmod u+x $@; fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]