SOURCES: vulcan-datadir.patch (NEW) - fix part of datadir paths (r...

lisu lisu at pld-linux.org
Tue Oct 9 19:49:11 CEST 2007


Author: lisu                         Date: Tue Oct  9 17:49:10 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix part of datadir paths (rest of them are fixed by sed)

---- Files affected:
SOURCES:
   vulcan-datadir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vulcan-datadir.patch
diff -u /dev/null SOURCES/vulcan-datadir.patch:1.1
--- /dev/null	Tue Oct  9 19:49:10 2007
+++ SOURCES/vulcan-datadir.patch	Tue Oct  9 19:49:05 2007
@@ -0,0 +1,15 @@
+--- vulcan-0.4/vulcan-ui.c~	2007-10-03 21:24:12.000000000 +0200
++++ vulcan-0.4/vulcan-ui.c	2007-10-09 19:24:17.000000000 +0200
+@@ -239,9 +239,9 @@
+ 	int i;
+ 
+ 	static const char *mesh_names[NUM_PIECES] = {
+-		"data/models/pawn-low.wrl", "data/models/rook-low.wrl",
+-		"data/models/knight-low.wrl", "data/models/bishop-low.wrl",
+-		"data/models/queen-low.wrl", "data/models/king-low.wrl" };
++		"data/models/pawn-low.wrl", "/usr/share/vulcan/models/rook-low.wrl",
++		"data/models/knight-low.wrl", "/usr/share/vulcan/models/bishop-low.wrl",
++		"data/models/queen-low.wrl", "/usr/share/vulcan/models/king-low.wrl" };
+ 
+ 	for (i = 0; i < NUM_PIECES; i++) {
+ 		load_piece(&piece_models[i], mesh_names[i]);
================================================================


More information about the pld-cvs-commit mailing list