|
From: Markus R. <god...@us...> - 2009-07-29 15:19:37
|
Module: performous
Branch: hiscore
Commit: 2a377f5090f75356522602f22df081d0d8193f92
Author: Vincent Le Ligeour <yo...@us...>
Date: Tue Jul 28 23:38:58 2009 +0200
Removed double installed file
---
data/CMakeLists.txt | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 49891bd..e7b7aa9 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -5,7 +5,6 @@ set(CONFIG_FILE "performous.xml")
if(UNIX)
install(FILES ${APPLICATION_FILE} DESTINATION "share/applications/")
install(FILES ${PIXMAP_FILE} DESTINATION "share/pixmaps")
- install(FILES ${PIXMAP_FILE} DESTINATION "share/pixmaps")
endif(UNIX)
install(FILES ${CONFIG_FILE} DESTINATION "${SHARE_INSTALL}/config/")
|