summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-16 22:43:24 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-16 22:43:24 +0000
commit9f3dee6fe5213bc6647f09019c08068fa37b8f71 (patch)
tree424d7c1eead2d48d41a32e0511fa16a7b5f65519 /data
parent5342deed9b23e465229e5d457b3db95493156f2e (diff)
- dalsi upravy jabko/win
- pridana podpora pro CMAKE_DATA_PATH, ktera urcuje cestu k datum git-svn-id: http://opensvn.csie.org/tuxanci_ng@207 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt2
-rw-r--r--data/arena/CMakeLists.txt2
-rw-r--r--data/font/CMakeLists.txt2
-rw-r--r--data/image/CMakeLists.txt2
-rw-r--r--data/lang/CMakeLists.txt2
-rw-r--r--data/music/CMakeLists.txt2
-rw-r--r--data/sound/CMakeLists.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 03976e5..2d2c95f 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -18,7 +18,7 @@ IF ( NOT Server )
DESTINATION doc/${APPNAME}-${TUXANCI_VERSION}/)
IF ( NOT Win )
INSTALL ( FILES tuxanci.ico
- DESTINATION share/doc/${APPNAME}-${TUXANCI_VERSION}/ )
+ DESTINATION doc/${APPNAME}-${TUXANCI_VERSION}/ )
ENDIF ( NOT Win )
ENDIF ( NOT Server )
############################################################################### \ No newline at end of file
diff --git a/data/arena/CMakeLists.txt b/data/arena/CMakeLists.txt
index 36cdae3..62eb332 100644
--- a/data/arena/CMakeLists.txt
+++ b/data/arena/CMakeLists.txt
@@ -9,5 +9,5 @@
###############################################################################
FILE ( GLOB files "*.map" )
INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/arena/ )
+ DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/arena/ )
############################################################################### \ No newline at end of file
diff --git a/data/font/CMakeLists.txt b/data/font/CMakeLists.txt
index 3c9e283..d4d62e4 100644
--- a/data/font/CMakeLists.txt
+++ b/data/font/CMakeLists.txt
@@ -9,5 +9,5 @@
###############################################################################
FILE ( GLOB files "*.ttf" )
INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ )
+ DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/font/ )
############################################################################### \ No newline at end of file
diff --git a/data/image/CMakeLists.txt b/data/image/CMakeLists.txt
index 4d428a1..1f4903e 100644
--- a/data/image/CMakeLists.txt
+++ b/data/image/CMakeLists.txt
@@ -9,5 +9,5 @@
###############################################################################
FILE ( GLOB files "*.png" )
INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/images/ )
+ DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/images/ )
############################################################################### \ No newline at end of file
diff --git a/data/lang/CMakeLists.txt b/data/lang/CMakeLists.txt
index 749a747..c3640bf 100644
--- a/data/lang/CMakeLists.txt
+++ b/data/lang/CMakeLists.txt
@@ -10,6 +10,6 @@
IF ( NOT NO_Audio )
FILE ( GLOB files "*.lang" )
INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/lang/ )
+ DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/lang/ )
ENDIF ( NOT NO_Audio )
############################################################################### \ No newline at end of file
diff --git a/data/music/CMakeLists.txt b/data/music/CMakeLists.txt
index 140cbf3..0469b04 100644
--- a/data/music/CMakeLists.txt
+++ b/data/music/CMakeLists.txt
@@ -10,6 +10,6 @@
IF ( NOT NO_Audio )
FILE ( GLOB files "*.ogg" )
INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/music/ )
+ DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/music/ )
ENDIF ( NOT NO_Audio )
############################################################################### \ No newline at end of file
diff --git a/data/sound/CMakeLists.txt b/data/sound/CMakeLists.txt
index 9e60aa7..fd208e4 100644
--- a/data/sound/CMakeLists.txt
+++ b/data/sound/CMakeLists.txt
@@ -10,6 +10,6 @@
IF ( NOT NO_Audio )
FILE ( GLOB files "*.ogg" )
INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/sound/ )
+ DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/sound/ )
ENDIF ( NOT NO_Audio )
############################################################################### \ No newline at end of file