Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 01ec25f660498f58cefd732c24b5165a > files > 5

stage-3.2.2-8.fc13.src.rpm

diff -up ./worlds/CMakeLists.txt.fixexamples ./worlds/CMakeLists.txt
--- ./worlds/CMakeLists.txt.fixexamples	2009-10-28 16:48:05.000000000 -0400
+++ ./worlds/CMakeLists.txt	2010-01-10 00:29:21.000000000 -0500
@@ -1 +1,12 @@
 ADD_SUBDIRECTORY(benchmark)
+
+FILE( GLOB cfgs "*.cfg" )
+FILE( GLOB worlds "*.world" )
+FILE( GLOB incs "*.inc" )
+FILE( GLOB scripts "*.sh" )
+
+INSTALL(FILES ${cfgs} ${worlds} ${incs} ${scripts}
+DESTINATION share/stage/worlds)
+
+INSTALL (DIRECTORY bitmaps wifi DESTINATION share/stage/worlds)
+