[Orxonox-commit 3801] r8479 - code/trunk/data

rgrieder at orxonox.net rgrieder at orxonox.net
Sat May 14 04:33:14 CEST 2011


Author: rgrieder
Date: 2011-05-14 04:33:13 +0200 (Sat, 14 May 2011)
New Revision: 8479

Modified:
   code/trunk/data/CMakeLists.txt
Log:
Don't omit important files when installing the media files.

Modified: code/trunk/data/CMakeLists.txt
===================================================================
--- code/trunk/data/CMakeLists.txt	2011-05-14 02:32:39 UTC (rev 8478)
+++ code/trunk/data/CMakeLists.txt	2011-05-14 02:33:13 UTC (rev 8479)
@@ -58,5 +58,5 @@
 INSTALL(
   DIRECTORY ${EXTERNAL_DATA_DIRECTORY}/
   DESTINATION ${DATA_INSTALL_DIRECTORY}
-  REGEX "\\.svn$|_svn$|AUTHORS|LICENSE" EXCLUDE
+  REGEX "\\.svn$|_svn$|" EXCLUDE
 )




More information about the Orxonox-commit mailing list